mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
fix measure span
This commit is contained in:
parent
e8064fa3d1
commit
0e47a441e1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ internal class SyncResponseHandler @Inject constructor(
|
|||
|
||||
// pass live state/crypto related event to crypto
|
||||
|
||||
relevantPlugins.measureSpan("task", "crypto_session_event_handling") {
|
||||
measureSpan("task", "crypto_session_event_handling") {
|
||||
syncResponse.rooms?.invite?.entries?.map { (roomId, roomSync) ->
|
||||
roomSync.inviteState
|
||||
?.events
|
||||
|
|
Loading…
Reference in a new issue