mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-04-30 22:45:56 +02:00
ローカルタイムラインとグローバルタイムラインを実装
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