diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-28 21:59:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-28 21:59:57 +0900 |
| commit | 43eb8bd99b09532b76de30b257bf02f47525fe69 (patch) | |
| tree | 29841b466b113658b07350157dc756930ab68f6d /src/server/api/endpoints.ts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-43eb8bd99b09532b76de30b257bf02f47525fe69.tar.gz sharkey-43eb8bd99b09532b76de30b257bf02f47525fe69.tar.bz2 sharkey-43eb8bd99b09532b76de30b257bf02f47525fe69.zip | |
notes/local-timeline と notes/global-timeline のサインインを不要に
Diffstat (limited to 'src/server/api/endpoints.ts')
| -rw-r--r-- | src/server/api/endpoints.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index 908d9574a5..c1ac4777b6 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -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 |