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 061f62251b
commit ce5236ddae
@@ -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)