notes/local-timeline と notes/global-timeline のサインインを不要に
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user