RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.

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