Delete unnecessary user activity property value

This commit is contained in:
Maurice Parker 2019-08-28 11:46:03 -05:00
parent 5aba61ea04
commit d7ec92ef34
1 changed files with 0 additions and 1 deletions

View File

@ -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()