Merge branch 'develop' into ismail/5068_start_thread

This commit is contained in:
ismailgulek
2021-12-16 14:00:03 +03:00
40 changed files with 932 additions and 162 deletions
@@ -882,10 +882,15 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
case RoomBubbleCellDataTagRoomCreationIntro:
shouldAddEvent = NO;
break;
case RoomBubbleCellDataTagPoll:
shouldAddEvent = NO;
break;
default:
break;
}
// If the current bubbleData supports adding events then check
// if the incoming event can be added in
if (shouldAddEvent)
{
switch (event.eventType)