Begin adding link detection to RoomBubbleCellData.

This commit is contained in:
Doug
2021-07-21 15:14:25 +01:00
parent 85712737b0
commit 4b31d83c37
5 changed files with 180 additions and 1 deletions
@@ -79,7 +79,12 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
@property(nonatomic, readonly) CGFloat additionalContentHeight;
/**
MXKeyVerification object associated to key verifcation event when using key verification by direct message.
A link if the textMessage contains one, otherwise nil.
*/
@property (nonatomic) NSURL *link;
/**
MXKeyVerification object associated to key verification event when using key verification by direct message.
*/
@property(nonatomic, strong) MXKeyVerification *keyVerification;