RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.

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