mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add unique identifier to Spotlight attributes to prevent duplicate spotlight search results
This commit is contained in:
@@ -38,6 +38,7 @@ class ActivityFactory {
|
||||
attributeSet.title = article.title
|
||||
attributeSet.contentDescription = article.summary
|
||||
attributeSet.keywords = keywords
|
||||
attributeSet.relatedUniqueIdentifier = article.url
|
||||
|
||||
if let image = article.avatarImage() {
|
||||
attributeSet.thumbnailData = image.pngData()
|
||||
|
||||
Reference in New Issue
Block a user