fix match
This commit is contained in:
parent
ec72e03065
commit
dfe15f6673
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ async def api_subscribe(filters: Filters):
|
|||
async def event_getter():
|
||||
while True:
|
||||
event = await received_event_queue.get()
|
||||
if filters.match(event):
|
||||
if nostr_filters.match(event):
|
||||
yield event.to_message()
|
||||
|
||||
return EventSourceResponse(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue