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
F3743935: D9199.diff
Thu, Jan 9, 2:42 PM
F3734848: D9199.diff
Thu, Jan 9, 3:53 AM
Unknown Object (File)
Sun, Jan 5, 1:50 PM
Unknown Object (File)
Mon, Dec 30, 9:30 PM
Unknown Object (File)
Mon, Dec 30, 9:30 PM
Unknown Object (File)
Mon, Dec 30, 9:30 PM
Unknown Object (File)
Mon, Dec 30, 9:29 PM
Unknown Object (File)
Sun, Dec 29, 1:23 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