mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix grouping
This commit is contained in:
@@ -746,6 +746,15 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
|
||||
case MXEventTypeRoomCreate:
|
||||
shouldAddEvent = NO;
|
||||
break;
|
||||
case MXEventTypeRoomTopic:
|
||||
case MXEventTypeRoomName:
|
||||
case MXEventTypeRoomEncryption:
|
||||
case MXEventTypeRoomHistoryVisibility:
|
||||
case MXEventTypeRoomGuestAccess:
|
||||
case MXEventTypeRoomAvatar:
|
||||
case MXEventTypeRoomJoinRules:
|
||||
shouldAddEvent = NO;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user