1
0
Fork 0
forked from gitea/nas

Add glitch-toc emoji_reaction support

This commit is contained in:
KMY 2023-05-15 08:09:22 +09:00
parent fec0f7e009
commit 5a638a9551
16 changed files with 50 additions and 9 deletions

View file

@ -9,7 +9,7 @@ class ActivityPub::Activity::Undo < ActivityPub::Activity
undo_accept
when 'Follow'
undo_follow
when 'Like'
when 'Like', 'EmojiReaction', 'EmojiReact'
undo_like
when 'Block'
undo_block