btimby / nimtok

IPFS / Nimiq messaging
MIT License
3 stars 0 forks source link

Implement Direct Messaging. #4

Open btimby opened 3 years ago

btimby commented 3 years ago

Direct messages will be like posting, and the authoring process will likely use many of the same components as Publish.

However, DMs will only be delivered to a remote user's inbox, a world-writable log database. Messages placed here should be encrypted using the recipient's public key, making them readable only by that user.

Mentions and hashtags will not be advertised as they are with posting.