mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-10 21:00:02 +09:00
Add some reactions
This commit is contained in:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user