1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-07 15:06:44 +00:00

Small improvement

This commit is contained in:
M66B 2019-09-13 11:30:09 +02:00
parent f136ffdf91
commit 3a9bd3550a

View file

@ -251,7 +251,7 @@ public class EntityRule {
}
private boolean onActionMove(Context context, EntityMessage message, JSONObject jargs) throws JSONException {
long target = jargs.getLong("target");
long target = jargs.optLong("target", -1);
boolean seen = jargs.optBoolean("seen");
boolean thread = jargs.optBoolean("thread");