Enable appservice mode for end-to-bridge encryption (MSC3202)

- Fix encryption with Synapse 1.141+ which blocks appservice users from /sync
- Set encryption.appservice=true in start.sh (all 3 occurrences)
- Bump version to 1.0.2
This commit is contained in:
2026-01-16 11:08:45 -06:00
parent 92f47a6a1e
commit ef5cb530af
3 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 1.0.2 - 2026-01-16
- Enable appservice mode for end-to-bridge encryption (MSC3202)
- Fixes encryption with Synapse 1.141+ which blocks appservice users from /sync
## 1.0.1 - 2026-01-15
- Fixed start.sh permissions issue