Encrypt all notifications on the keyserver for Android devices
Summary: This differential enables collapsible notifications encryption for Android devices which code version supports this feature.
Test Plan:
- Build Android app.
- Send collapsible notifications.
- Ensure that they are correctly collapsed.
- Open MariaDB shell and execute select * from olm_sessions;. Ensure that the version of the last session is not incrementing with each collapsible notification.
- Go to version-utils.js and change FUTURE_CODE_VERSION to 0.
- Repeate 2 and 3.
- Open MariaDB shell and execute select * from olm_sessions;. Ensure that the version of the last session is incrementing with each collapsible notification.
Reviewers: tomek, bartek, atul
Reviewed By: tomek
Subscribers: ashoat
Differential Revision: https://phab.comm.dev/D9199