From dff15d74cb30923a74be2b6cd8f8164f755897c3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 28 May 2017 20:12:22 +0900 Subject: Add some reactions --- src/api/endpoints/posts/reactions/create.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/api/endpoints/posts/reactions/create.ts') diff --git a/src/api/endpoints/posts/reactions/create.ts b/src/api/endpoints/posts/reactions/create.ts index a3b25baa6a..ba5b69ada3 100644 --- a/src/api/endpoints/posts/reactions/create.ts +++ b/src/api/endpoints/posts/reactions/create.ts @@ -26,7 +26,10 @@ module.exports = (params, user) => new Promise(async (res, rej) => { 'laugh', 'hmm', 'surprise', - 'congrats' + 'congrats', + 'angry', + 'confused', + 'pudding' ]).$; if (reactionErr) return rej('invalid reaction param'); -- cgit v1.2.3-freya