diff --git a/src/api/client/device.rs b/src/api/client/device.rs index 4dc58a97..dcbd510a 100644 --- a/src/api/client/device.rs +++ b/src/api/client/device.rs @@ -85,7 +85,7 @@ pub(crate) async fn update_device_route( }; if !appservice.registration.device_management { - return Err!(Request(NotFound("Device not found."))); + return Err!(Request(NotFound("Device management not enabled for appservice."))); } debug!(