refactor: Ruma upstraming, bake a little more

This commit is contained in:
Jade Ellis
2026-04-07 14:40:10 +01:00
committed by Ginger
parent 204bc1367e
commit a4e64383b7
115 changed files with 1907 additions and 1504 deletions
+3 -4
View File
@@ -81,7 +81,8 @@ pub(crate) async fn update_device_route(
};
debug!(
"Creating new device for {sender_user} from appservice {} as device ID does not exist",
"Creating new device for {sender_user} from appservice {} as device ID does not \
exist",
appservice.registration.id
);
@@ -121,9 +122,7 @@ pub(crate) async fn delete_device_route(
let appservice = body.appservice_info.as_ref();
if appservice.is_some() {
debug!(
"Skipping UIAA for {sender_user} as this is from an appservice"
);
debug!("Skipping UIAA for {sender_user} as this is from an appservice");
services
.users
.remove_device(sender_user, &body.device_id)