Don't fetch delete events

This commit is contained in:
William Casarin
2023-04-20 08:23:56 -07:00
parent 66641fc9ae
commit 897621b5ed

View File

@@ -33,7 +33,7 @@ class SearchModel: ObservableObject {
func subscribe() {
// since 1 month
search.limit = self.limit
search.kinds = [NostrKind.text.rawValue, NostrKind.delete.rawValue, NostrKind.like.rawValue]
search.kinds = [NostrKind.text.rawValue, NostrKind.like.rawValue]
//likes_filter.ids = ref_events.referenced_ids!