mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-29 04:03:43 +02:00
fix a bug in the bot that prevented it from using multple inbox relays
This commit is contained in:
@@ -617,6 +617,7 @@ class Bot:
|
||||
relay_list = ["relays"]
|
||||
for relay in self.dvm_config.RELAY_LIST:
|
||||
relay_list.append(relay)
|
||||
|
||||
relays = Tag.parse(relay_list)
|
||||
tags.append(relays)
|
||||
|
||||
|
Reference in New Issue
Block a user