mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
remove pointless else branch
This commit is contained in:
parent
46731d1f85
commit
f9f066417b
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ impl Service {
|
||||||
room_id,
|
room_id,
|
||||||
&mut user_ids.iter().map(|u| &**u),
|
&mut user_ids.iter().map(|u| &**u),
|
||||||
)?;
|
)?;
|
||||||
} else {
|
|
||||||
// Ignore
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue