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

IConversationStore.unhideConversation() method

Unhide a conversation

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

Parameters

ParameterTypeDescription
conversationIdConversationId

The conversation to unhide

Throws

Error

ConversationNotFound

UserNotEntitled

ConversationInactive

NotARoom

NoOwnerInConversation