From caf945765335c81d4785b7a108c1944aa0f2af26 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Mar 2017 16:43:55 +0900 Subject: #321 --- 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 2d3716bb85..f0031b82a2 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -409,6 +409,10 @@ const endpoints: Endpoint[] = [ }, kind: 'vote-write' }, + { + name: 'posts/polls/recommendation', + withCredential: true + }, { name: 'messaging/history', -- cgit v1.2.3-freya