Reload thread screen for the first message

This commit is contained in:
ismailgulek
2022-03-15 16:15:38 +03:00
parent c79879a974
commit 5538b6b8cf
@@ -968,11 +968,6 @@ const CGFloat kTypingCellHeight = 24;
- (void)threadingService:(MXThreadingService *)service didCreateNewThread:(MXThread *)thread direction:(MXTimelineDirection)direction
{
if (self.threadId)
{
// no need to reload the thread screen
return;
}
if (direction == MXTimelineDirectionBackwards)
{
// no need to reload when paginating back