From b5faae9d1cca237010cec6301731257c774af905 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 14 Apr 2023 11:45:53 -0700 Subject: [PATCH] Make reposts use postbox --- damus/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {