refactor: Switch back to upstream Ruma

This commit is contained in:
Ginger
2026-04-22 09:34:56 -04:00
parent ed37696cef
commit 80baf948ae
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ pub(crate) async fn user_can_perform_restricted_join(
return Ok(true);
}
},
| other if other.as_str() == "fi.mau.spam_checker" =>
| other if other.rule_type() == "fi.mau.spam_checker" =>
return match services
.antispam
.meowlnir_accept_make_join(room_id.to_owned(), user_id.to_owned())