remove pointless else branch

This commit is contained in:
Charles Hall 2024-05-15 16:28:40 -07:00
parent 46731d1f85
commit f9f066417b
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -70,8 +70,6 @@ impl Service {
room_id,
&mut user_ids.iter().map(|u| &**u),
)?;
} else {
// Ignore
}
Ok(())