Move URL preview properties from RoomBubbleCellData in MXKRoomBubbleComponent.

Stop breaking up the bubble data for links now that vertical whitespace is added.
This commit is contained in:
Doug
2021-09-27 18:15:48 +01:00
parent df8ac48ba2
commit be69881d30
3 changed files with 72 additions and 107 deletions
@@ -15,7 +15,6 @@
*/
#import <MatrixKit/MatrixKit.h>
@class URLPreviewData;
extern NSString *const URLPreviewDidUpdateNotification;
@@ -81,16 +80,6 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
*/
@property(nonatomic, readonly) CGFloat additionalContentHeight;
/**
The data necessary to show a URL preview.
*/
@property (nonatomic) URLPreviewData *urlPreviewData;
/**
Whether a URL preview should be displayed for this cell.
*/
@property (nonatomic) BOOL showURLPreview;
/**
MXKeyVerification object associated to key verification event when using key verification by direct message.
*/