don't collapse if we don't need to

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-18 14:31:36 -07:00
parent d2c9f0eab1
commit b72047237a
2 changed files with 30 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ struct ReplyView: View {
.font(.footnote)
}
EventView(event: replying_to, highlight: .none, has_action_bar: false)
PostView(references: replying_to.reply_ids(pubkey: replying_to.pubkey))
PostView(references: replying_to.reply_ids())
Spacer()
}