This commit is contained in:
Doug Hoyte
2024-12-19 23:34:15 -05:00
parent 6fd25d4ad4
commit f779c834fa

View File

@ -588,7 +588,7 @@ struct EventThread {
if (processedLevIds.contains(e.ev.primaryKeyId)) continue; if (processedLevIds.contains(e.ev.primaryKeyId)) continue;
if (e.getKind() != 1) continue; if (e.getKind() != 1) continue;
if (!eventCache.contains(e.parent)) { if (!isFullThreadLoaded || !eventCache.contains(e.parent)) {
ctx.orphanNodes.emplace_back(e.getCreatedAt(), process(id)); ctx.orphanNodes.emplace_back(e.getCreatedAt(), process(id));
} }
} }