Fix build

This commit is contained in:
William Casarin
2023-01-28 15:54:52 -08:00
parent bf0f879d66
commit 7bcc345038

View File

@@ -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)