Possibly fix repost button not working issue

This commit is contained in:
William Casarin
2023-03-05 15:47:43 -05:00
parent fc83cd4db7
commit df076b03fd

View File

@@ -56,7 +56,7 @@ struct EventActionBar: View {
EventActionButton(img: "arrow.2.squarepath", col: bar.boosted ? Color.green : nil) {
if bar.boosted {
notify(.delete, bar.our_boost)
} else if damus_state.is_privkey_user {
} else {
self.confirm_boost = true
}
}