This commit is contained in:
Believethehype
2024-12-13 20:13:40 +01:00
parent 322dfcfbef
commit 35e6199100
5 changed files with 39 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ class DVM:
config=self.dvm_config, skip_meta=False)
# if user is blacklisted for some reason, send an error reaction and return
if user.isblacklisted:
await send_job_status_reaction(nip90_event, "error", client=self.client, dvm_config=self.dvm_config)
# await send_job_status_reaction(nip90_event, "error", client=self.client, dvm_config=self.dvm_config)
print("[" + self.dvm_config.NIP89.NAME + "] Request by blacklisted user, skipped")
return
if self.dvm_config.LOGLEVEL.value >= LogLevel.INFO.value: