Enable like button on OnlyZaps profiles for people who don't have OnlyZaps mode on
It seems like people still want to like posts even if the receiver isn't going to see it. Changelog-Changed: Enable like button on OnlyZaps profiles for people who don't have OnlyZaps mode on
This commit is contained in:
@@ -51,11 +51,7 @@ struct EventActionBar: View {
|
||||
return false
|
||||
}
|
||||
|
||||
guard let profile = damus_state.profiles.lookup(id: event.pubkey) else {
|
||||
return true
|
||||
}
|
||||
|
||||
return profile.reactions ?? true
|
||||
return true
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user