feat: basic chat
This commit is contained in:
parent
b7c099c935
commit
240da5277f
8 changed files with 202 additions and 13 deletions
2
tasks.py
2
tasks.py
|
|
@ -149,7 +149,7 @@ async def handle_dirrect_message(
|
|||
event_id=event_id,
|
||||
message=text_msg,
|
||||
public_key=from_pubkey,
|
||||
incomming=True,
|
||||
incoming=True,
|
||||
)
|
||||
await create_direct_message(merchant_id, dm)
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue