From a501a3cbc4293fbf5a3558a613ff91e89f9cb28f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Mar 2017 23:23:22 +0900 Subject: #322 --- src/api/endpoints.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/api/endpoints.ts') 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 @@ -360,6 +360,10 @@ const endpoints: Endpoint[] = [ max: 100 } }, + { + name: 'posts/trend', + withCredential: true + }, { name: 'posts/reactions', withCredential: true -- cgit v1.2.3-freya