mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-28 04:44:18 +00:00
fix(hydra): Fix unknown join rule processing
This commit is contained in:
@@ -814,7 +814,11 @@ struct GetThirdPartyInvite {
|
||||
} else {
|
||||
true
|
||||
},
|
||||
| _ => true,
|
||||
| JoinRule::Public => true,
|
||||
| _ => {
|
||||
warn!("Unknown join rule doesn't allow joining");
|
||||
false
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user