pull/207/head
M66B 4 years ago
parent 1ef4f1be11
commit 952ed112af

@ -1152,7 +1152,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
criteria.after = json.getLong("after") + now.getTimeInMillis(); criteria.after = json.getLong("after") + now.getTimeInMillis();
if (json.has("before")) if (json.has("before"))
criteria.before = json.getLong("before" + now.getTimeInMillis()); criteria.before = json.getLong("before") + now.getTimeInMillis();
return criteria; return criteria;
} }

Loading…
Cancel
Save