Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Check that an appservice protocol has at least one service providing it #10532

Merged
merged 8 commits into from
Aug 5, 2021
Merged
Prev Previous commit
Update changelog.d/10532.bugfix
Co-authored-by: Patrick Cloke <[email protected]>
Half-Shot and clokep authored Aug 5, 2021
commit 8eb7479385d37c8705cf12000a1384a7e2d76285
2 changes: 1 addition & 1 deletion changelog.d/10532.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Only report protocols that are implemented by at least one service, as required by the spec when handling `GET /_matrix/client/r0/thirdparty/protocols`.
Fix a long-standing bug where protocols which are not implemented by any appservices were incorrectly returned via `GET /_matrix/client/r0/thirdparty/protocols`.