notes/local-timeline と notes/global-timeline のサインインを不要に
This commit is contained in:
parent
06e77a4f16
commit
43eb8bd99b
3 changed files with 36 additions and 29 deletions
|
@ -515,7 +515,6 @@ const endpoints: Endpoint[] = [
|
|||
},
|
||||
{
|
||||
name: 'notes/local-timeline',
|
||||
withCredential: true,
|
||||
limit: {
|
||||
duration: ms('10minutes'),
|
||||
max: 100
|
||||
|
@ -523,7 +522,6 @@ const endpoints: Endpoint[] = [
|
|||
},
|
||||
{
|
||||
name: 'notes/global-timeline',
|
||||
withCredential: true,
|
||||
limit: {
|
||||
duration: ms('10minutes'),
|
||||
max: 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue