MarkConversationAsReadLocallyUseCaseImpl
internal class MarkConversationAsReadLocallyUseCaseImpl(conversationRepository: ConversationRepository) : MarkConversationAsReadLocallyUseCase
Functions
Link copied to clipboard
open suspend operator override fun invoke(conversationId: <Error class: unknown class>, time: <Error class: unknown class>): MarkConversationAsReadResult
Updates the conversation read date locally and returns whether the conversation still has unread events.