diff --git a/src/api/handlers/message.ts b/src/api/handlers/message.ts index 93a096fcc..cf02ff86e 100644 --- a/src/api/handlers/message.ts +++ b/src/api/handlers/message.ts @@ -152,6 +152,12 @@ export function removeReaction( messageID: string, reaction: string, ) { + if (reaction.startsWith("<:")) { + reaction = reaction.substring(2, reaction.length - 1); + } else if (reaction.startsWith("