summary refs log tree commit diff
path: root/changelog.d/13394.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-1/+1
| | | | | | | Stabilize the threads API (MSC3856) by supporting (only) the v1 path for the endpoint. This also marks the API as safe for workers since it is a read-only API.
* Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-0/+1
Implement the /threads endpoint from MSC3856. This is currently unstable and behind an experimental configuration flag. It includes a background update to backfill data, results from the /threads endpoint will be partial until that finishes.