Page MenuHomePhabricator

Encrypt all notifications on the keyserver for Android devices
ClosedPublic

Authored by marcin on Sep 14 2023, 2:32 AM.
Tags
None
Referenced Files
F2114300: D9199.diff
Wed, Jun 26, 5:24 AM
Unknown Object (File)
Mon, Jun 24, 2:54 AM
Unknown Object (File)
Mon, Jun 24, 2:54 AM
Unknown Object (File)
Mon, Jun 24, 2:54 AM
Unknown Object (File)
Mon, Jun 24, 2:53 AM
Unknown Object (File)
Mon, Jun 24, 2:34 AM
Unknown Object (File)
Fri, Jun 14, 10:02 PM
Unknown Object (File)
Thu, Jun 13, 6:52 AM
Subscribers

Details

Summary

This differential enables collapsible notifications encryption for Android devices which code version supports this feature.

Test Plan
  1. Build Android app.
  2. Send collapsible notifications.
  3. Ensure that they are correctly collapsed.
  4. Open MariaDB shell and execute select * from olm_sessions;. Ensure that the version of the last session is not incrementing with each collapsible notification.
  5. Go to version-utils.js and change FUTURE_CODE_VERSION to 0.
  6. Repeate 2 and 3.
  7. Open MariaDB shell and execute select * from olm_sessions;. Ensure that the version of the last session is incrementing with each collapsible notification.

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-4634
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Sep 18 2023, 3:41 AM