mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-30 18:42:05 +00:00
fix(hydra): Fix unknown join rule processing
This commit is contained in:
parent
2e252f0841
commit
b00f6ffbed
1 changed files with 5 additions and 1 deletions
|
@ -814,7 +814,11 @@ where
|
|||
} else {
|
||||
true
|
||||
},
|
||||
| _ => true,
|
||||
| JoinRule::Public => true,
|
||||
| _ => {
|
||||
warn!("Unknown join rule doesn't allow joining");
|
||||
false
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue