diff --git a/damus/ContentView.swift b/damus/ContentView.swift index e93df9c4..01c222ed 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -568,7 +568,7 @@ struct ContentView: View { } Button(NSLocalizedString("Repost", comment: "Button to confirm reposting a post.")) { if let current_boost { - self.damus_state?.pool.send(.event(current_boost)) + self.damus_state?.postbox.send(current_boost) } } } message: {