mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-19 15:14:18 +01:00
and more reduction of subscription status updates
This commit is contained in:
@@ -246,9 +246,9 @@ class DVM:
|
|||||||
print(
|
print(
|
||||||
"[" + self.dvm_config.NIP89.NAME + "] Hinting user for Subscription: " +
|
"[" + self.dvm_config.NIP89.NAME + "] Hinting user for Subscription: " +
|
||||||
nip90_event.id().to_hex())
|
nip90_event.id().to_hex())
|
||||||
await send_job_status_reaction(nip90_event, "subscription-required",
|
#await send_job_status_reaction(nip90_event, "subscription-required",
|
||||||
False, 0, client=self.client,
|
# False, 0, client=self.client,
|
||||||
dvm_config=self.dvm_config)
|
# dvm_config=self.dvm_config)
|
||||||
else:
|
else:
|
||||||
bid = 0
|
bid = 0
|
||||||
for tag in nip90_event.tags():
|
for tag in nip90_event.tags():
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
VERSION = '0.7.2'
|
VERSION = '0.7.3'
|
||||||
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
|
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
|
||||||
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
|
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user