ChatRepository: Bump up sync limit a bit
This commit is contained in:
@@ -92,6 +92,6 @@ class MessageListViewModel @Inject constructor(
|
||||
}
|
||||
|
||||
fun synchronize() = viewModelScope.launch {
|
||||
repository.synchronizeConversation(conversation!!)
|
||||
repository.synchronizeConversation(conversation!!, limit = 100)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user