feat: basic chat

This commit is contained in:
Vlad Stan 2023-03-07 18:17:46 +02:00
parent b7c099c935
commit 240da5277f
8 changed files with 202 additions and 13 deletions

View file

@ -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