mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: Unawaited future causing build error
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user