1
0
Fork 0
forked from gitea/nas

Change activitypub type Like to EmojiReact

This commit is contained in:
KMY 2023-02-26 15:56:50 +09:00
parent d538d2a2a3
commit 3053f30683
3 changed files with 4 additions and 2 deletions

View file

@ -37,7 +37,7 @@ class ActivityPub::Activity
ActivityPub::Activity::Delete
when 'Follow'
ActivityPub::Activity::Follow
when 'Like'
when 'Like', 'EmojiReaction', 'EmojiReact'
ActivityPub::Activity::Like
when 'Block'
ActivityPub::Activity::Block