From df076b03fdde02c771dd4274a67138ffec879006 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 5 Mar 2023 15:47:43 -0500 Subject: [PATCH] Possibly fix repost button not working issue --- damus/Views/ActionBar/EventActionBar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ActionBar/EventActionBar.swift b/damus/Views/ActionBar/EventActionBar.swift index b90e9112..d7a02f95 100644 --- a/damus/Views/ActionBar/EventActionBar.swift +++ b/damus/Views/ActionBar/EventActionBar.swift @@ -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 } }