IConversationStore.updateConversation() method
Update the settings of a conversation.
Signature
updateConversation(conversationId: ConversationId, settings: Partial<IRoomSettingsUpdate>): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
conversationId | ConversationId | The conversation to update |
settings | Partial<IRoomSettingsUpdate> | New settings for the conversation. Any settings not included will not be updated. |
Throws
Error |
---|