Fix grouping

This commit is contained in:
ismailgulek
2020-10-02 11:48:12 +03:00
parent 31bc589656
commit 064f3b0e47
@@ -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;
}