IConversationStore.muteConversation() method
Mute a conversation
Signature
muteConversation(conversationId: ConversationId): Promise<void>;
Remarks
All notifications for incoming messages will be muted.
Parameters
Parameter | Type | Description |
---|---|---|
conversationId | ConversationId | The conversation to mute |
Throws
Error |
---|