From bf0f879d66c99ca6a968e82c92f7ca56b87f68c9 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 28 Jan 2023 15:53:04 -0800 Subject: [PATCH] revert dubious change --- damus/Views/ReplyView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ReplyView.swift b/damus/Views/ReplyView.swift index 359cb650..a6e10529 100644 --- 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: gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to), damus_state: damus) + PostView(replying_to: replying_to, references: references) } .onAppear { references = gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to)