Package-level declarations

Types

Link copied to clipboard

Use case responsible for deleting a conversation, handling both Proteus and MLS protocols.

Link copied to clipboard
internal class DeleteConversationUseCaseImpl(conversationRepository: ConversationRepository, mlsConversationRepository: MLSConversationRepository) : DeleteConversationUseCase
Link copied to clipboard

Marks a conversation as deleted locally, which is a first step in the local deletion process. After this call, the conversation will not be visible in the app. To complete the local deletion, call DeleteConversationUseCase, which can already be done asynchronously in the background.