dm3-org / dm3

The dm3 protocol | New standard of web3 messaging | Decentralized ENS-based registry | Secure end-to-end encryption | Easy dApp integration

Home Page:https://dm3.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repair createPending/addConversation

AlexNi245 opened this issue · comments

commented

addPending is currently used to create a new conversation on the delivery service. Several things were wrong that need to be fixed before it works as intended.

  • Add RPC method DM3_ADD_CONVERSATION to add a new conversation to the receiver DS
  • in useMessage create a new conversation on the receiver delivery service
  • move createPending to LIB
  • rename it. I propose "addConversation" since it is exactly what it does.

Estimation: 0.5 days