mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
@@ -453,8 +453,10 @@ public class EntityOperation {
|
||||
try {
|
||||
JSONArray jargs = new JSONArray(args);
|
||||
long tmpid = jargs.optLong(2, -1);
|
||||
if (tmpid > 0)
|
||||
db.message().deleteMessage(tmpid);
|
||||
if (tmpid < 0)
|
||||
return;
|
||||
|
||||
db.message().deleteMessage(tmpid);
|
||||
} catch (JSONException ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user