restricted room join typo
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3c45a468f1
commit
a81563244f
1 changed files with 1 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ pub(crate) async fn join_room_by_id_helper(
|
||||||
if !restriction_rooms.is_empty()
|
if !restriction_rooms.is_empty()
|
||||||
&& servers
|
&& servers
|
||||||
.iter()
|
.iter()
|
||||||
.all(|s| *s != services().globals.server_name())
|
.any(|s| *s != services().globals.server_name())
|
||||||
{
|
{
|
||||||
info!(
|
info!(
|
||||||
"We couldn't do the join locally, maybe federation can help to satisfy the restricted join \
|
"We couldn't do the join locally, maybe federation can help to satisfy the restricted join \
|
||||||
|
|
Loading…
Add table
Reference in a new issue