Bump Ruma for device type optimizations.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-11-02 00:01:48 +00:00
parent aa3f14cd57
commit d680a6ba53
6 changed files with 18 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ pub(crate) async fn get_devices_route(
.allow_device_name_federation
.then_some(display_name)
.flatten()
.or_else(|| Some(device_id.as_str().to_owned()));
.or_else(|| Some(device_id.as_str().into()));
services
.users