mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-21 13:16:42 +01:00
support Extra Tags in NIP89
This commit is contained in:
@@ -137,6 +137,7 @@ class DVMTaskInterface:
|
||||
nip89.PK = self.PRIVATE_KEY
|
||||
nip89.DTAG = nip89config.DTAG
|
||||
nip89.CONTENT = nip89config.CONTENT
|
||||
nip89.EXTRA_TAGS = nip89config.EXTRA_TAGS
|
||||
return nip89
|
||||
|
||||
async def is_input_supported(self, tags, client=None, dvm_config=None) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user