Browse Source

Fix bug where boost event is loaded in the thread instead of the boosted event

Changelog-Fixed: Fix bug where boost event is loaded in the thread instead of the boosted event
post-button-style
William Casarin 2 years ago
parent
commit
abf736ec2a
  1. 2
      damus/Views/TimelineView.swift

2
damus/Views/TimelineView.swift

@ -30,7 +30,7 @@ struct InnerTimelineView: View {
NavigationLink(destination: BuildThreadV2View(
damus: damus,
event_id: ev.id
event_id: (ev.inner_event ?? ev).id
)) {
EventView(event: ev, highlight: .none, has_action_bar: true, damus: damus, show_friend_icon: show_friend_icon)
}

Loading…
Cancel
Save