mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 02:45:53 +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
|
// 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) ->
|
syncResponse.rooms?.invite?.entries?.map { (roomId, roomSync) ->
|
||||||
roomSync.inviteState
|
roomSync.inviteState
|
||||||
?.events
|
?.events
|
||||||
|
|
Loading…
Reference in a new issue