Reset message errors

pull/50/head
M66B 6 years ago
parent 12a09e39da
commit ad0c3eb7f7

@ -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))

Loading…
Cancel
Save