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:
@@ -24,7 +24,7 @@ struct RepostedEvent: View {
|
|||||||
.buttonStyle(PlainButtonStyle())
|
.buttonStyle(PlainButtonStyle())
|
||||||
|
|
||||||
//SelectedEventView(damus: damus, event: inner_ev, size: .normal)
|
//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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user