mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +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);
|
internalEmit("NewMessages", "mark", unread_id);
|
||||||
data.message.channel?.ack(unread_id, true);
|
data.message.channel?.ack(unread_id, true);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case "pin_message":
|
case "pin_message":
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user