mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
Merge pull request #41 from archem-team/bug/unread_pinmessage
added break to switch
This commit is contained in:
@@ -204,6 +204,8 @@ export default function ContextMenus() {
|
||||
internalEmit("NewMessages", "mark", unread_id);
|
||||
data.message.channel?.ack(unread_id, true);
|
||||
}
|
||||
break;
|
||||
|
||||
case "pin_message":
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user