ローカルタイムラインとグローバルタイムラインを実装
This commit is contained in:
@ -463,6 +463,22 @@ const endpoints: Endpoint[] = [
|
||||
max: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'notes/local-timeline',
|
||||
withCredential: true,
|
||||
limit: {
|
||||
duration: ms('10minutes'),
|
||||
max: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'notes/global-timeline',
|
||||
withCredential: true,
|
||||
limit: {
|
||||
duration: ms('10minutes'),
|
||||
max: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'notes/mentions',
|
||||
withCredential: true,
|
||||
|
Reference in New Issue
Block a user