Possibly fix repost button not working issue
This commit is contained in:
@@ -56,7 +56,7 @@ struct EventActionBar: View {
|
|||||||
EventActionButton(img: "arrow.2.squarepath", col: bar.boosted ? Color.green : nil) {
|
EventActionButton(img: "arrow.2.squarepath", col: bar.boosted ? Color.green : nil) {
|
||||||
if bar.boosted {
|
if bar.boosted {
|
||||||
notify(.delete, bar.our_boost)
|
notify(.delete, bar.our_boost)
|
||||||
} else if damus_state.is_privkey_user {
|
} else {
|
||||||
self.confirm_boost = true
|
self.confirm_boost = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user