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

IConversationStore.unmuteConversation() method

Unmute a conversation

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

Remarks

All notifications for incoming messages will be unmuted.

Parameters

ParameterTypeDescription
conversationIdConversationId

The conversation to unmute

Throws

Error

ConversationNotFound

UserNotEntitled

ConversationInactive

NotARoom

NoOwnerInConversation