Implement olm session updater that has encrypting functionality
Summary: This differential implements updater that can use olm session to encrypt data.
Test Plan:
- Apply those changes to NotificationService.mm: https://gist.github.com/marcinwasowicz/0a43950fb202f03b3c5b92fe17dd5272
- Build the app
- Log in
- Pull from the db cookie id of the currently logged in user.
- Apply those changes to the send.js in the keyserver: https://gist.github.com/marcinwasowicz/9bc13a92310a9b91a59d73a2557b62a9
- Add your cookie id.
- Send the notif.
- Ensure it is displayed and examine the logs
Reviewers: tomek, atul, bartek, ashoat
Reviewed By: ashoat
Subscribers: ashoat
Differential Revision: https://phab.comm.dev/D7797