mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 13:57:19 +01:00
added advanced search for notes
This commit is contained in:
@@ -98,9 +98,9 @@ def post_process_list_to_events(result):
|
||||
result_list = json.loads(result)
|
||||
result_str = ""
|
||||
for tag in result_list:
|
||||
p_tag = Tag.parse(tag)
|
||||
e_tag = Tag.parse(tag)
|
||||
result_str = result_str + "nostr:" + EventId.from_hex(
|
||||
p_tag.as_vec()[1]).to_bech32() + "\n"
|
||||
e_tag.as_vec()[1]).to_bech32() + "\n"
|
||||
return result_str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user