diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-19 20:50:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-19 20:50:43 +0900 |
| commit | e52246a5f0516f621f59e635b6bb53ae86a93dc6 (patch) | |
| tree | 47903f815bf335f43d263e25355a2274197668cc /src/server/api/endpoints.ts | |
| parent | New translations ja.yml (Korean) (diff) | |
| parent | [wip] better mobile setting (diff) | |
| download | misskey-e52246a5f0516f621f59e635b6bb53ae86a93dc6.tar.gz misskey-e52246a5f0516f621f59e635b6bb53ae86a93dc6.tar.bz2 misskey-e52246a5f0516f621f59e635b6bb53ae86a93dc6.zip | |
Merge branch 'master' into l10n_master
Diffstat (limited to 'src/server/api/endpoints.ts')
| -rw-r--r-- | src/server/api/endpoints.ts | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index 734b8273f1..7647c76d3d 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -621,33 +621,7 @@ const endpoints: Endpoint[] = [ name: 'messaging/messages/create', withCredential: true, kind: 'messaging-write' - }, - { - name: 'channels/create', - withCredential: true, - limit: { - duration: ms('1hour'), - max: 3, - minInterval: ms('10seconds') - } - }, - { - name: 'channels/show' - }, - { - name: 'channels/notes' - }, - { - name: 'channels/watch', - withCredential: true - }, - { - name: 'channels/unwatch', - withCredential: true - }, - { - name: 'channels' - }, + } ]; export default endpoints; |