mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-4197 fix status messages cut off
This commit is contained in:
committed by
Frank Rotermund
parent
876de5e1ad
commit
d43f1bfed3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user