mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Reset error after sending message
This commit is contained in:
@@ -1772,6 +1772,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
message.sent = imessage.getSentDate().getTime();
|
||||
message.seen = true;
|
||||
message.ui_seen = true;
|
||||
message.error = null;
|
||||
db.message().updateMessage(message);
|
||||
|
||||
if (ident.store_sent || ident.sent_folder != null) {
|
||||
|
||||
Reference in New Issue
Block a user