mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Reset message errors
This commit is contained in:
@@ -779,6 +779,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
throw new IllegalArgumentException(op.name + " without uid");
|
||||
|
||||
try {
|
||||
db.message().setMessageError(message.id, null);
|
||||
|
||||
JSONArray jargs = new JSONArray(op.args);
|
||||
|
||||
if (EntityOperation.SEEN.equals(op.name))
|
||||
|
||||
Reference in New Issue
Block a user