MESSENGER-6173 fix status events new room

This commit is contained in:
JanNiklas Grabowski
2024-07-02 15:13:24 +02:00
parent 433823a343
commit eb6eda3000
2 changed files with 14 additions and 17 deletions
+10 -10
View File
@@ -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;