This differential releases E2E encrypted MacOS notifications to public users.
Details
Details
- Reviewers
inka atul - Commits
- rCOMM0b6db59f3254: Enable e2e MacOS notifications to public users
- Build production MacOS and keyserver.
- Ensure notifications are encrypted (check in MariaDB console, by querying olm_sessions table, that version column for row associated with current cookieID
is incrementing with each notif).
Previously testing e2e MacOS notifs on production required to manually remove isStaffOrDev checks.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- marcin/release-e2e-notifs
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
I don't have much context on E2EE MacOS notifications or the cryptosystem, but this seems like a reasonable "flip the switch" diff.