cargo fmt
This commit is contained in:
parent
dc5fb7e33a
commit
808a7deae3
2 changed files with 2 additions and 2 deletions
|
@ -1343,7 +1343,7 @@ pub fn create_room_route(
|
|||
{
|
||||
// Silently skip encryption events if they are not allowed
|
||||
if event_type == &EventType::RoomEncryption && db.globals.encryption_disabled() {
|
||||
continue
|
||||
continue;
|
||||
}
|
||||
|
||||
db.rooms.append_pdu(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue