Who of Mastodon app developers wants to add E2EE messages to their app? #mastodev

As I've revealed in my last Patreon post, I've been working on adding end-to-end encryption APIs into Mastodon as an upgrade to the direct message system.

Any and all technical details available at the moment are here:

https://github.com/tootsuite/mastodon/pull/13820

An implementation guide for app developers is being worked on.

#mastodev

Add end-to-end encryption API by Gargron · Pull Request #13820 · mastodon/mastodon

Fix #1093 A set of APIs required for the double ratchet encryption algorithm, specifically the Olm implementation developed by Matrix -- but it should be roughly the same as libsignal. An additiona...

@Gargron NICE!