Display threaded events as replies if threads disabled, fix #5266

This commit is contained in:
ismailgulek
2021-12-09 16:58:20 +03:00
parent 4fc6c75cf2
commit c64572fdb1
@@ -266,7 +266,7 @@ const CGFloat kTypingCellHeight = 24;
}
}
}
else
else if (RiotSettings.shared.enableThreads)
{
// if not in a thread, ignore all threaded events
if (event.threadId)