commit bf0f879d66c99ca6a968e82c92f7ca56b87f68c9
parent 3af9131afe222c54234c5317900c83dc8ef92565
Author: William Casarin <jb55@jb55.com>
Date: Sat, 28 Jan 2023 15:53:04 -0800
revert dubious change
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: 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)