RoomBubbleCellData: Add new tags in RoomBubbleCellDataTag for key verification cells.

This commit is contained in:
SBiOSoftWhare
2019-12-20 10:35:04 +01:00
parent 4409a74b6b
commit cf239ec78a
2 changed files with 41 additions and 18 deletions
@@ -21,7 +21,10 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
{
RoomBubbleCellDataTagMessage = 0, // Default value used for messages
RoomBubbleCellDataTagMembership,
RoomBubbleCellDataTagRoomCreateWithPredecessor
RoomBubbleCellDataTagRoomCreateWithPredecessor,
RoomBubbleCellDataTagDeviceKeyVerificationRequestIncomingApproval,
RoomBubbleCellDataTagDeviceKeyVerificationRequest,
RoomBubbleCellDataTagDeviceKeyVerificationConclusion
};
/**