Clarify appservice device_management error message

This commit is contained in:
dasha_uwu
2026-02-24 06:36:17 +05:00
parent d073e17f1a
commit 9a02219172

View File

@@ -85,7 +85,7 @@ pub(crate) async fn update_device_route(
}; };
if !appservice.registration.device_management { if !appservice.registration.device_management {
return Err!(Request(NotFound("Device not found."))); return Err!(Request(NotFound("Device management not enabled for appservice.")));
} }
debug!( debug!(