This differential enables E2E encrypted notifications to public users.
Details
Details
- Reviewers
inka atul - Commits
- rCOMM65367808efb4: Enable e2e web notifications to public users
- Build production web 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 web notifs on production required to manually remove isStaffOrDev checks.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
I don't have much context on E2EE Web notifications or the cryptosystem, but this seems like a reasonable "flip the switch" diff.