reposts: don't always show text events in reposts

This will allow longform reposts to work properly

Changelog-Fixed: Don't always show text events in reposts
This commit is contained in:
William Casarin
2023-06-01 11:42:30 -07:00
parent cb2380e218
commit fe077fa5c2

View File

@@ -24,7 +24,7 @@ struct RepostedEvent: View {
.buttonStyle(PlainButtonStyle())
//SelectedEventView(damus: damus, event: inner_ev, size: .normal)
TextEvent(damus: damus, event: inner_ev, pubkey: inner_ev.pubkey, options: options)
EventView(damus: damus, event: inner_ev, pubkey: inner_ev.pubkey, options: options)
}
}
}