enable match_same_arms lint

This commit is contained in:
Charles Hall 2024-05-14 17:54:03 -07:00
parent 4e6c8451ca
commit 2b8b5ccb1a
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
6 changed files with 5 additions and 7 deletions

View file

@ -283,7 +283,6 @@ impl Service {
Ok(())
}
// TODO: Handle email
PusherKind::Email(_) => Ok(()),
_ => Ok(()),
}
}

View file

@ -453,8 +453,7 @@ impl Service {
room_id: &RoomId,
) -> Result<bool> {
let allowed = match join_rule {
SpaceRoomJoinRule::Public => true,
SpaceRoomJoinRule::Knock => true,
SpaceRoomJoinRule::Knock | SpaceRoomJoinRule::Public => true,
SpaceRoomJoinRule::Invite => services()
.rooms
.state_cache