Home / @sym20/core-conversations / IConversationStore / muteConversation

IConversationStore.muteConversation() method

Mute a conversation

Signature
muteConversation(conversationId: ConversationId): Promise<void>;

Remarks

All notifications for incoming messages will be muted.

Parameters

ParameterTypeDescription
conversationIdConversationId

The conversation to mute

Throws

Error

ConversationNotFound

UserNotEntitled

ConversationInactive

NotARoom

NoOwnerInConversation