support kind 42 chat messages
Changelog-Added: Support kind 42 chat messages (ArcadeCity). Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -34,7 +34,7 @@ struct ReplyView: View {
|
||||
.font(.footnote)
|
||||
}
|
||||
EventView(event: replying_to, highlight: .none, has_action_bar: false, damus: damus, show_friend_icon: true)
|
||||
PostView(references: gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to))
|
||||
PostView(replying_to: replying_to, references: gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to))
|
||||
}
|
||||
.padding()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user