mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomBubbleCellData: Add new tags in RoomBubbleCellDataTag for key verification cells.
This commit is contained in:
@@ -21,7 +21,10 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
{
|
||||
RoomBubbleCellDataTagMessage = 0, // Default value used for messages
|
||||
RoomBubbleCellDataTagMembership,
|
||||
RoomBubbleCellDataTagRoomCreateWithPredecessor
|
||||
RoomBubbleCellDataTagRoomCreateWithPredecessor,
|
||||
RoomBubbleCellDataTagDeviceKeyVerificationRequestIncomingApproval,
|
||||
RoomBubbleCellDataTagDeviceKeyVerificationRequest,
|
||||
RoomBubbleCellDataTagDeviceKeyVerificationConclusion
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user