Prevent crash

pull/208/head
M66B 3 years ago
parent 3eb3a7ed18
commit 8509293dbf

@ -4261,9 +4261,10 @@ class Core {
map.put(f.id, f); map.put(f.id, f);
} }
for (EntityFolder f : map.values()) if (message.inreplyto != null)
for (String inreplyto : message.inreplyto.split(" ")) for (EntityFolder f : map.values())
EntityOperation.queue(context, f, EntityOperation.REPORT, inreplyto, label); for (String inreplyto : message.inreplyto.split(" "))
EntityOperation.queue(context, f, EntityOperation.REPORT, inreplyto, label);
} }
} }
} catch (Throwable ex) { } catch (Throwable ex) {

Loading…
Cancel
Save