Don't show boosts in threads

Changelog-Fixed: Don't show boosts in threads
This commit is contained in:
Thomas
2022-12-29 17:16:30 +01:00
committed by William Casarin
parent 37189e3862
commit 3370ac59d8

View File

@@ -130,6 +130,7 @@ struct BuildThreadV2View: View {
// Ask for children
let childs_events = NostrFilter(
kinds: [1],
referenced_ids: [self.event_id],
limit: 50
)