Add new tag: RoomBubbleCellDataTagRoomCreateConfiguration

This commit is contained in:
ismailgulek
2020-09-14 14:11:24 +03:00
parent 05061afd94
commit c1b0ed423a
2 changed files with 40 additions and 0 deletions
@@ -21,6 +21,7 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
{
RoomBubbleCellDataTagMessage = 0, // Default value used for messages
RoomBubbleCellDataTagMembership,
RoomBubbleCellDataTagRoomCreateConfiguration,
RoomBubbleCellDataTagRoomCreateWithPredecessor,
RoomBubbleCellDataTagKeyVerificationNoDisplay,
RoomBubbleCellDataTagKeyVerificationRequestIncomingApproval,