mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
bugfix
This commit is contained in:
@ -588,7 +588,7 @@ struct EventThread {
|
||||
if (processedLevIds.contains(e.ev.primaryKeyId)) 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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user