Fix grouping

This commit is contained in:
ismailgulek
2020-10-02 11:48:12 +03:00
parent 7743f32e27
commit 3c92bb1a39
@@ -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;
}