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