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
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
guard let profile = damus_state.profiles.lookup(id: event.pubkey) else {
|
return true
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
return profile.reactions ?? true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user