fix: Unawaited future causing build error

This commit is contained in:
timedout
2026-01-07 14:33:37 +00:00
parent d865dd4454
commit 3483059e1c
+1
View File
@@ -1042,4 +1042,5 @@ pub(super) async fn logout(&self, user_id: String) -> Result {
.for_each(|device_id| self.services.users.remove_device(&user_id, device_id))
.await;
self.write_str(&format!("User {user_id} has been logged out from all devices."))
.await
}