From 4a5e1450489c4153a00d8b1f0281657bec2da847 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 11 Aug 2018 21:08:34 +0900 Subject: Add new reaction: rip 😇 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/note-reaction.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/models') diff --git a/src/models/note-reaction.ts b/src/models/note-reaction.ts index 915dc0cf91..a710fef364 100644 --- a/src/models/note-reaction.ts +++ b/src/models/note-reaction.ts @@ -26,6 +26,7 @@ export const validateReaction = $.str.or([ 'congrats', 'angry', 'confused', + 'rip', 'pudding' ]); -- cgit v1.2.3-freya