From 39edc11ad8b51a012155f086473b42be66fe2fad Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 24 May 2017 16:29:00 +0900 Subject: Fix iroiro --- src/api/endpoints.ts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/api/endpoints.ts') diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index b72392db64..bb2501c982 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -121,12 +121,21 @@ const endpoints: Endpoint[] = [ { name: 'aggregation/users/following' }, + { + name: 'aggregation/users/reaction' + }, { name: 'aggregation/posts/repost' }, { name: 'aggregation/posts/reply' }, + { + name: 'aggregation/posts/reaction' + }, + { + name: 'aggregation/posts/reactions' + }, { name: 'i', -- cgit v1.2.3-freya