diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-09-06 23:23:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-06 23:23:13 +0900 |
| commit | a94c130140ab912b61416167563fccb9e5efea9e (patch) | |
| tree | 3d067ff9d9a2ef79b9f11a557f732d5d120b314a /src/api/endpoints.ts | |
| parent | Update mocha.opts (diff) | |
| parent | wip (diff) | |
| download | misskey-a94c130140ab912b61416167563fccb9e5efea9e.tar.gz misskey-a94c130140ab912b61416167563fccb9e5efea9e.tar.bz2 misskey-a94c130140ab912b61416167563fccb9e5efea9e.zip | |
Merge pull request #763 from syuilo/#757
#757
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index e5be68c096..97b98895b8 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -395,6 +395,10 @@ const endpoints: Endpoint[] = [ withCredential: true }, { + name: 'posts/categorize', + withCredential: true + }, + { name: 'posts/reactions', withCredential: true }, |