quick fix
This commit is contained in:
parent
d6b4233541
commit
2b838abe3f
2 changed files with 4 additions and 4 deletions
|
|
@ -102,9 +102,9 @@ class NostrRouter:
|
|||
for filter in filters:
|
||||
filter_list.append(
|
||||
NostrFilter(
|
||||
event_ids=filter.ids, # type: ignore
|
||||
event_ids=filter.ids or [],
|
||||
kinds=filter.kinds, # type: ignore
|
||||
authors=filter.authors, # type: ignore
|
||||
authors=filter.authors or [],
|
||||
since=filter.since, # type: ignore
|
||||
until=filter.until, # type: ignore
|
||||
event_refs=filter.e, # type: ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue