Fix logging issue
This commit is contained in:
parent
c9e76f5f97
commit
5c02290ad4
@ -137,10 +137,10 @@ internal class SyncResponseHandler @Inject constructor(
|
|||||||
checkPushRules(it, isInitialSync)
|
checkPushRules(it, isInitialSync)
|
||||||
userAccountDataSyncHandler.synchronizeWithServerIfNeeded(it.invite)
|
userAccountDataSyncHandler.synchronizeWithServerIfNeeded(it.invite)
|
||||||
dispatchInvitedRoom(it)
|
dispatchInvitedRoom(it)
|
||||||
|
}
|
||||||
}.also {
|
}.also {
|
||||||
Timber.v("SyncResponse.rooms post treatment took $it ms")
|
Timber.v("SyncResponse.rooms post treatment took $it ms")
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
measureTimeMillis {
|
measureTimeMillis {
|
||||||
cryptoSyncHandler.onSyncCompleted(syncResponse)
|
cryptoSyncHandler.onSyncCompleted(syncResponse)
|
||||||
|
Loading…
Reference in New Issue
Block a user