feat: listen for direct messages
This commit is contained in:
parent
9a82577493
commit
cec7d2ee25
6 changed files with 142 additions and 11 deletions
|
|
@ -12,7 +12,6 @@ from lnbits.decorators import (
|
|||
require_admin_key,
|
||||
require_invoice_key,
|
||||
)
|
||||
from lnbits.extensions.nostrmarket.nostr.event import NostrEvent
|
||||
from lnbits.utils.exchange_rates import currencies
|
||||
|
||||
from . import nostrmarket_ext
|
||||
|
|
@ -46,6 +45,7 @@ from .models import (
|
|||
Stall,
|
||||
Zone,
|
||||
)
|
||||
from .nostr.event import NostrEvent
|
||||
from .nostr.nostr_client import publish_nostr_event
|
||||
|
||||
######################################## MERCHANT ########################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue