summary refs log tree commit diff
path: root/tests/appservice/test_api.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
| | | | | | * Update worker docs to remove group endpoints. * Removes an unused parameter to `ApplicationService`. * Break dependency between media repo and groups. * Avoid copying `m.room.related_groups` state events during room upgrades.
* Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-0/+102
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>