diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-11 11:27:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-11 11:27:55 +0900 |
| commit | 0700be86e218320178b47d6e0327f7e8435bd821 (patch) | |
| tree | 27ced8befdb8108dcb9093ea6fff3461390bc3b6 /src/server/api/endpoints.ts | |
| parent | Merge pull request #1698 from syuilo/cleanup-dependencies (diff) | |
| parent | :v: (diff) | |
| download | misskey-0700be86e218320178b47d6e0327f7e8435bd821.tar.gz misskey-0700be86e218320178b47d6e0327f7e8435bd821.tar.bz2 misskey-0700be86e218320178b47d6e0327f7e8435bd821.zip | |
Merge pull request #1702 from syuilo/hashtags-stats
Hashtags stats
Diffstat (limited to 'src/server/api/endpoints.ts')
| -rw-r--r-- | src/server/api/endpoints.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index 91e5298e73..5f0a020d6f 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -629,6 +629,11 @@ const endpoints: Endpoint[] = [ }, { + name: 'hashtags/trend', + withCredential: true + }, + + { name: 'messaging/history', withCredential: true, kind: 'messaging-read' |