MESSENGER-4197 fix status messages cut off

This commit is contained in:
JanNiklas Grabowski
2023-03-07 12:14:51 +00:00
committed by Frank Rotermund
parent 876de5e1ad
commit d43f1bfed3
6 changed files with 15 additions and 4 deletions
@@ -24,8 +24,8 @@ extern NSString *const URLPreviewDidUpdateNotification;
typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
{
RoomBubbleCellDataTagMessage = 0, // Default value used for messages
RoomBubbleCellDataTagMembership,
RoomBubbleCellDataTagRoomCreateConfiguration,
RoomBubbleCellDataTagMembership = 1, // bwi: default value for the room membership changes (status messages)
RoomBubbleCellDataTagRoomCreateConfiguration = 2, // bwi: default value for the room configuration (status messages)
RoomBubbleCellDataTagRoomCreateWithPredecessor,
RoomBubbleCellDataTagKeyVerificationNoDisplay,
RoomBubbleCellDataTagKeyVerificationRequestIncomingApproval,