mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 08:17:03 +01:00
adjustments for nostrsdk 0.39
This commit is contained in:
@@ -124,7 +124,7 @@ class AdvancedSearch(DVMTaskInterface):
|
||||
notes_filter = Filter().kind(Kind(1)).authors(userkeys).search(options["search"]).since(
|
||||
search_since).until(search_until).limit(options["max_results"])
|
||||
|
||||
events = await cli.fetch_events([notes_filter], relay_timeout)
|
||||
events = await cli.fetch_events(notes_filter, relay_timeout)
|
||||
|
||||
result_list = []
|
||||
if len(events.to_vec()) > 0:
|
||||
|
||||
Reference in New Issue
Block a user