Simplify images, tag overview
This commit is contained in:
@@ -45,3 +45,14 @@ final class LocalizedTag: ObservableObject {
|
||||
!content.containsTag(withUrlComponent: urlComponent)
|
||||
}
|
||||
}
|
||||
|
||||
extension LocalizedTag: LinkPreviewItem {
|
||||
|
||||
var linkPreviewTitle: String? {
|
||||
self.name
|
||||
}
|
||||
|
||||
var linkPreviewDescription: String? {
|
||||
description
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user