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

IConversationStore.hideConversation() method

Hide a conversation

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

Parameters

ParameterTypeDescription
conversationIdConversationId

The conversation to hide

Throws

Error

ConversationNotFound

UserNotEntitled

ConversationInactive

NotARoom

NoOwnerInConversation