RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.

This commit is contained in:
SBiOSoftWhare
2021-02-21 23:54:12 +01:00
parent db488214b3
commit 2b5b4b8f36
2 changed files with 7 additions and 1 deletions
@@ -27,7 +27,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagKeyVerificationRequestIncomingApproval,
RoomBubbleCellDataTagKeyVerificationRequest,
RoomBubbleCellDataTagKeyVerificationConclusion,
RoomBubbleCellDataTagCall
RoomBubbleCellDataTagCall,
RoomBubbleCellDataTagRoomCreationIntro
};
/**