Merge pull request #41 from archem-team/bug/unread_pinmessage

added break to switch
pull/1154/head
teamabron 2025-02-08 11:12:41 +03:30 committed by GitHub
commit c2c8a3ebe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ export default function ContextMenus() {
internalEmit("NewMessages", "mark", unread_id);
data.message.channel?.ack(unread_id, true);
}
break;
case "pin_message":
{