fix: nheko e2ee verification bug

This commit is contained in:
Timo Kösters 2023-07-10 23:10:27 +02:00
parent ad06d475de
commit c3966f501c
No known key found for this signature in database
GPG key ID: 0B25E636FBA7E4CB
2 changed files with 0 additions and 13 deletions

View file

@ -592,7 +592,6 @@ impl service::users::Data for KeyValueDatabase {
&serde_json::to_vec(&cross_signing_key).expect("CrossSigningKey::to_vec always works"),
)?;
// TODO: Should we notify about this change?
self.mark_device_key_update(target_id)?;
Ok(())