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 924d1d0e30
commit 759b841bff
@@ -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)