SyncConversationsUseCaseImpl

internal class SyncConversationsUseCaseImpl(conversationRepository: ConversationRepository, systemMessageInserter: SystemMessageInserter) : SyncConversationsUseCase

This use case will sync against the backend the conversations of the current user.

Constructors

Link copied to clipboard
constructor(conversationRepository: ConversationRepository, systemMessageInserter: SystemMessageInserter)

Functions

Link copied to clipboard
open suspend operator override fun invoke(): Either<CoreFailure, Unit>