From 9a022191720322b3ab82f5eb0d535041c87bec5f Mon Sep 17 00:00:00 2001 From: dasha_uwu Date: Tue, 24 Feb 2026 06:36:17 +0500 Subject: [PATCH] Clarify appservice device_management error message --- src/api/client/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(