diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-11 21:08:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-11 21:08:34 +0900 |
| commit | 4a5e1450489c4153a00d8b1f0281657bec2da847 (patch) | |
| tree | d1f97cb87934053249a0cedb184d3151e9aa1ee4 /src/models | |
| parent | Implement messaging/messages/read (diff) | |
| download | sharkey-4a5e1450489c4153a00d8b1f0281657bec2da847.tar.gz sharkey-4a5e1450489c4153a00d8b1f0281657bec2da847.tar.bz2 sharkey-4a5e1450489c4153a00d8b1f0281657bec2da847.zip | |
Add new reaction: rip 😇
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/note-reaction.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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' ]); |