Disable fetch on report

pull/194/merge
M66B 4 years ago
parent 6fe8b4c2ef
commit 414dbfd2f7

@ -2003,6 +2003,7 @@ class Core {
Flags flags = new Flags(keyword); Flags flags = new Flags(keyword);
imessage.setFlags(flags, true); imessage.setFlags(flags, true);
if (BuildConfig.DEBUG)
try { try {
JSONArray fargs = new JSONArray(); JSONArray fargs = new JSONArray();
fargs.put(uid); fargs.put(uid);

Loading…
Cancel
Save