Fix Invalid Zap bug in reposts

Changelog-Fixed: Fix Invalid Zap bug in reposts
This commit is contained in:
William Casarin
2023-07-04 13:48:04 -07:00
parent ea50f9214a
commit 6dfda93ff9

View File

@@ -59,11 +59,7 @@ struct BuilderEventView: View {
func load() {
subscribe(filters: [
NostrFilter(ids: [self.event_id], limit: 1),
NostrFilter(
kinds: [.zap],
referenced_ids: [self.event_id]
)
NostrFilter(ids: [self.event_id], limit: 1)
])
}