diff --git a/lib/encryption/encryption.dart b/lib/encryption/encryption.dart index 010544fb..531ec4de 100644 --- a/lib/encryption/encryption.dart +++ b/lib/encryption/encryption.dart @@ -135,7 +135,8 @@ class Encryption { } Future handleEventUpdate(EventUpdate update) async { - if (update.type == EventUpdateType.ephemeral) { + if (update.type == EventUpdateType.ephemeral || + update.type == EventUpdateType.history) { return; } if (update.content['type'].startsWith('m.key.verification.') ||