Call appservices on modern paths, falling back to legacy paths. (#15317)
This uses the specced /_matrix/app/v1/... paths instead of the "legacy" paths. If the homeserver receives an error it will retry using the legacy path.
Showing
- changelog.d/15317.bugfix 1 addition, 0 deletionschangelog.d/15317.bugfix
- docs/upgrade.md 16 additions, 0 deletionsdocs/upgrade.md
- synapse/appservice/api.py 93 additions, 40 deletionssynapse/appservice/api.py
- synapse/http/client.py 7 additions, 6 deletionssynapse/http/client.py
- tests/appservice/test_api.py 55 additions, 2 deletionstests/appservice/test_api.py
Loading
Please register or sign in to comment