diff --git a/services.py b/services.py index fa548bf..f584146 100644 --- a/services.py +++ b/services.py @@ -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 diff --git a/templates/nostrclient/index.html b/templates/nostrclient/index.html index 9130a6b..8ddd362 100644 --- a/templates/nostrclient/index.html +++ b/templates/nostrclient/index.html @@ -79,7 +79,7 @@
Your endpoint: - +
@@ -110,7 +110,7 @@ at

- +

Only Admin users can manage this extension.