Fix logging issue

This commit is contained in:
Benoit Marty 2022-08-23 12:00:27 +02:00
parent c9e76f5f97
commit 5c02290ad4
1 changed files with 2 additions and 2 deletions

View File

@ -137,10 +137,10 @@ internal class SyncResponseHandler @Inject constructor(
checkPushRules(it, isInitialSync)
userAccountDataSyncHandler.synchronizeWithServerIfNeeded(it.invite)
dispatchInvitedRoom(it)
}
}.also {
Timber.v("SyncResponse.rooms post treatment took $it ms")
}
}
measureTimeMillis {
cryptoSyncHandler.onSyncCompleted(syncResponse)