refactor: Fix remaining errors in api/ (and temporarily switch to a fork of ruma)

This commit is contained in:
Ginger
2026-04-13 16:32:45 -04:00
parent 7a58074a0d
commit 3ad7c3b30d
4 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ pub(crate) async fn user_can_perform_restricted_join(
return Ok(true);
}
},
| AllowRule::UnstableSpamChecker =>
| other if other.as_str() == "fi.mau.spam_checker" =>
return match services
.antispam
.meowlnir_accept_make_join(room_id.to_owned(), user_id.to_owned())