mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
Resultification
This commit is contained in:
@@ -504,11 +504,11 @@ impl Context {
|
||||
}
|
||||
|
||||
if quota.modified + QUOTA_MAX_AGE_SECONDS < time() {
|
||||
self.schedule_quota_update().await;
|
||||
self.schedule_quota_update().await?;
|
||||
}
|
||||
} else {
|
||||
ret += "<li>One moment...</li>";
|
||||
self.schedule_quota_update().await;
|
||||
self.schedule_quota_update().await?;
|
||||
}
|
||||
ret += "</ul>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user