EmojiReaction => EmojiReact (#5877)
This commit is contained in:
parent
bb4c35d481
commit
7be6501571
2 changed files with 3 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ export default async (actor: IRemoteUser, activity: IUndo): Promise<void> => {
|
|||
break;
|
||||
case 'Like':
|
||||
case 'EmojiReaction':
|
||||
case 'EmojiReact':
|
||||
undoLike(actor, object as ILike);
|
||||
break;
|
||||
case 'Announce':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue