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:
William Casarin
2023-04-21 09:43:18 -07:00
parent bbfe5380e0
commit ba844aec97

View File

@@ -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 {