diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-09-08 23:29:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-09-08 23:29:33 +0900 |
| commit | 13a568889cabd36539b6205acbb0f9ce42b6419b (patch) | |
| tree | b8c54306634d84434c3358290155daf492d76594 /src/api/endpoints.ts | |
| parent | Implement #771 (diff) | |
| download | misskey-13a568889cabd36539b6205acbb0f9ce42b6419b.tar.gz misskey-13a568889cabd36539b6205acbb0f9ce42b6419b.tar.bz2 misskey-13a568889cabd36539b6205acbb0f9ce42b6419b.zip | |
Implement #770
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index 97b98895b8..f05762340c 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -326,6 +326,9 @@ const endpoints: Endpoint[] = [ withCredential: true, kind: 'account-read' }, + { + name: 'users/get_frequently_replied_users' + }, { name: 'following/create', |