mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.
This commit is contained in:
@@ -27,7 +27,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
RoomBubbleCellDataTagKeyVerificationRequestIncomingApproval,
|
||||
RoomBubbleCellDataTagKeyVerificationRequest,
|
||||
RoomBubbleCellDataTagKeyVerificationConclusion,
|
||||
RoomBubbleCellDataTagCall
|
||||
RoomBubbleCellDataTagCall,
|
||||
RoomBubbleCellDataTagRoomCreationIntro
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user