commit b5faae9d1cca237010cec6301731257c774af905
parent a4d4954abdb007d9f059c5afdee9bb0302899d98
Author: William Casarin <jb55@jb55.com>
Date: Fri, 14 Apr 2023 11:45:53 -0700
Make reposts use postbox
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: {