fix reply ids

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-17 11:40:48 -07:00
parent 550f096808
commit 0ac3218952
3 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ struct ReplyView: View {
VStack {
Text("Replying to:")
EventView(event: replying_to, highlight: .none, has_action_bar: false)
PostView(references: replying_to.reply_ids())
PostView(references: replying_to.reply_ids(pubkey: replying_to.pubkey))
Spacer()
}