mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
refactor: Represent route auth information in the type system
This commit is contained in:
@@ -294,7 +294,7 @@ impl Service {
|
||||
pub async fn appservice_checks(
|
||||
&self,
|
||||
room_alias: &RoomAliasId,
|
||||
appservice_info: &Option<RegistrationInfo>,
|
||||
appservice_info: Option<&RegistrationInfo>,
|
||||
) -> Result<()> {
|
||||
if !self
|
||||
.services
|
||||
|
||||
Reference in New Issue
Block a user