fix: encryption and sync spam
This commit is contained in:
parent
8bcfff2766
commit
267c721616
3 changed files with 67 additions and 44 deletions
|
@ -603,7 +603,7 @@ impl Users {
|
|||
.room_state_get(&room_id, &EventType::RoomEncryption, "")?
|
||||
.is_none()
|
||||
{
|
||||
return Ok(());
|
||||
continue;
|
||||
}
|
||||
|
||||
let mut key = room_id.to_string().as_bytes().to_vec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue