mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
MESSENGER-6173 fix status events new room
This commit is contained in:
@@ -396,16 +396,16 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
|
||||
break;
|
||||
// bwi #5575 ACL events and membership events should be displayed (and could be filtered later)
|
||||
// this does not work at the moment but i'll leave it commented out for later reevaluation
|
||||
case RoomBubbleCellDataTagACL:
|
||||
hasNoDisplay = NO;
|
||||
break;
|
||||
case RoomBubbleCellDataTagRoomCreateConfiguration:
|
||||
if (!self.collapsedAttributedTextMessage) {
|
||||
hasNoDisplay = NO;
|
||||
} else {
|
||||
hasNoDisplay = [super hasNoDisplay];
|
||||
}
|
||||
break;
|
||||
// case RoomBubbleCellDataTagACL:
|
||||
// hasNoDisplay = NO;
|
||||
// break;
|
||||
// case RoomBubbleCellDataTagRoomCreateConfiguration:
|
||||
// if (!self.collapsedAttributedTextMessage) {
|
||||
// hasNoDisplay = NO;
|
||||
// } else {
|
||||
// hasNoDisplay = [super hasNoDisplay];
|
||||
// }
|
||||
// break;
|
||||
default:
|
||||
hasNoDisplay = [super hasNoDisplay];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user