ignore verification events from initial sync
This commit is contained in:
parent
ca2d36303c
commit
2d388f392f
@ -153,7 +153,9 @@ internal class RustCryptoService @Inject constructor(
|
||||
EventType.STATE_ROOM_HISTORY_VISIBILITY -> onRoomHistoryVisibilityEvent(roomId, event)
|
||||
}
|
||||
} else {
|
||||
verificationService.onEvent(roomId, event)
|
||||
if (!initialSync) {
|
||||
verificationService.onEvent(roomId, event)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user