commit 7bcc345038e95bb6b765dc780fdd54d5cd777c24
parent bf0f879d66c99ca6a968e82c92f7ca56b87f68c9
Author: William Casarin <jb55@jb55.com>
Date: Sat, 28 Jan 2023 15:54:52 -0800
Fix build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Views/ReplyView.swift b/damus/Views/ReplyView.swift
@@ -47,7 +47,7 @@ struct ReplyView: View {
ScrollView {
EventView(damus: damus, event: replying_to, has_action_bar: false)
}
- PostView(replying_to: replying_to, references: references)
+ PostView(replying_to: replying_to, references: references, damus_state: damus)
}
.onAppear {
references = gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to)