mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
MESSENGER-4197 fix status messages cut off
This commit is contained in:
committed by
Frank Rotermund
parent
73662bd023
commit
6344fa6cb6
@@ -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