diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-11 09:11:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-11 09:11:32 +0900 |
| commit | 2ec25a7729e8d2fa6734bdf25ffb5a1b35ca2d5b (patch) | |
| tree | 8e50814af7140caf4c8ad9ec2f69a59b8bb88a23 /src/server/api/endpoints.ts | |
| parent | wip (diff) | |
| download | sharkey-2ec25a7729e8d2fa6734bdf25ffb5a1b35ca2d5b.tar.gz sharkey-2ec25a7729e8d2fa6734bdf25ffb5a1b35ca2d5b.tar.bz2 sharkey-2ec25a7729e8d2fa6734bdf25ffb5a1b35ca2d5b.zip | |
wip
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' |