docs(matrix): note E2EE setup improvements

This commit is contained in:
Gustavo Madeira Santana
2026-04-26 23:39:14 -04:00
parent 2b40416314
commit e1cdaa3c88
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## Unreleased
### Changes
- Matrix/E2EE: add `openclaw matrix encryption setup` to enable Matrix encryption, bootstrap recovery, and print verification status from one setup flow. Thanks @gumadeiras.
### Fixes
- Matrix/E2EE: stabilize recovery and broken-device QA flows while avoiding device-cleanup sync races that could leave shutdown-time crypto work running. Thanks @gumadeiras.
## 2026.4.25
### Changes