mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Make parse_sync_items() non-async
This commit is contained in:
@@ -1050,7 +1050,6 @@ impl MimeMessage {
|
||||
.unwrap_or_default();
|
||||
self.sync_items = context
|
||||
.parse_sync_items(serialized)
|
||||
.await
|
||||
.map_err(|err| {
|
||||
warn!(context, "failed to parse sync data: {}", err);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user