diff options
author | Erik Johnston <erikj@jki.re> | 2019-04-15 18:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 18:55:01 +0100 |
commit | 6e27a8620fc00cab30c087b7700c8b3713f687ab (patch) | |
tree | feeb06e022642e28a0d1c80f2514052208f4b91b /changelog.d | |
parent | update grafana dashboard (diff) | |
parent | Only handle GET requests for /push_rules (diff) | |
download | synapse-6e27a8620fc00cab30c087b7700c8b3713f687ab.tar.xz |
Merge pull request #5063 from matrix-org/erikj/move_endpoints
Move some rest endpoints to client reader
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5063.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5063.feature b/changelog.d/5063.feature new file mode 100644 index 0000000000..fd7b80018e --- /dev/null +++ b/changelog.d/5063.feature @@ -0,0 +1 @@ +Add support for handling /verions, /voip and /push_rules client endpoints to client_reader worker. |