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