diff options
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 f0031b82a2..b72392db64 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -361,6 +361,10 @@ const endpoints: Endpoint[] = [ } }, { + name: 'posts/trend', + withCredential: true + }, + { name: 'posts/reactions', withCredential: true }, |