mutelists: #d must be an array

Not sure how this was working before
This commit is contained in:
William Casarin
2023-01-27 09:35:43 -08:00
parent 203203a706
commit 196081cd38
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ struct NostrFilter: Codable {
var limit: UInt32?
var authors: [String]?
var hashtag: [String]? = nil
var parameter: String? = nil
var parameter: [String]? = nil
private enum CodingKeys : String, CodingKey {
case ids