NotifyConversationIsOpenUseCase

Used by the UI to notify Kalium that a conversation is open. It's useful so Kalium can lazily perform update operations and make sure that the conversation is up-to-date when the user opens it.

One such operation is protocol reevaluation. So we can make sure that the conversation is using the latest agreed protocol when the user opens it.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>)