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)