mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Delete unnecessary user activity property value
This commit is contained in:
@@ -66,7 +66,6 @@ class ActivityManager {
|
||||
ActivityID.accountName.rawValue: feed.account?.name ?? "",
|
||||
ActivityID.feedID.rawValue: feed.feedID
|
||||
]
|
||||
selectingActivity!.requiredUserInfoKeys = [ActivityID.accountID.rawValue, ActivityID.accountName.rawValue, ActivityID.feedID.rawValue]
|
||||
updateSelectingActivityFeedSearchAttributes(with: feed)
|
||||
|
||||
selectingActivity!.becomeCurrent()
|
||||
|
||||
Reference in New Issue
Block a user