Implement NIP-21 URI handling

Changelog-Added: Added nostr: uri handling
This commit is contained in:
William Casarin
2023-01-28 08:30:06 -08:00
parent b6ea17a0eb
commit 552bd9cae5
8 changed files with 78 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
import Foundation
struct NostrFilter: Codable {
struct NostrFilter: Codable, Equatable {
var ids: [String]?
var kinds: [Int]?
var referenced_ids: [String]?