Prevent crash

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

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

Loading…
Cancel
Save