diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-13 12:35:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 12:35:40 -0500 |
commit | d1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4 (patch) | |
tree | 30ea0012ffbeebf61e18a2b8cec297f6726017da /changelog.d | |
parent | Add basic domain validation for `DomainSpecificString.is_valid`. (#9071) (diff) | |
download | synapse-d1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4.tar.xz |
Register the /devices endpoint on workers. (#9092)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9092.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9092.feature b/changelog.d/9092.feature new file mode 100644 index 0000000000..64843a6a95 --- /dev/null +++ b/changelog.d/9092.feature @@ -0,0 +1 @@ + Add experimental support for handling `/devices` API on worker processes. |