notify: switch over to new typesafe notifications
This commit is contained in:
@@ -44,7 +44,7 @@ class SuggestedUsersViewModel: ObservableObject {
|
||||
|
||||
func follow(pubkeys: [String]) {
|
||||
for pubkey in pubkeys {
|
||||
notify(.follow, FollowTarget.pubkey(pubkey))
|
||||
notify(.follow(.pubkey(pubkey)))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user