mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Merge branch 'develop' into ismail/5068_start_thread
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user