Conform URLPreviewData to MXKURLPreviewDataProtocol.

This commit is contained in:
Doug
2021-09-29 12:12:25 +01:00
parent bf84540b39
commit 8959759c2d
@@ -17,7 +17,7 @@
import Foundation
@objcMembers
class URLPreviewData: NSObject {
class URLPreviewData: NSObject, MXKURLPreviewDataProtocol {
/// The URL that's represented by the preview data. This may have been sanitized.
/// Note: The original URL, can be found in the bubble components with `eventID` and `roomID`.
let url: URL