summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-21 14:36:46 +0100
committerGitHub <noreply@github.com>2020-05-21 14:36:46 +0100
commit0bbbd10513008d30c17eb1d1e7ba1d091fb44ec7 (patch)
treedf2f9d8e41855270310fabc7cde7e2f9e09c9fb2 /changelog.d
parentEnsure worker config exists in systemd service (#7528) (diff)
downloadsynapse-0bbbd10513008d30c17eb1d1e7ba1d091fb44ec7.tar.xz
Stub out GET presence requests in the frontend proxy (#7545)
We don't really make any promises about returning accurate presence data when
presence is disabled, so we may as well just return a static response, rather
than making the master handle a request.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7545.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7545.misc b/changelog.d/7545.misc
new file mode 100644
index 0000000000..177ec883e2
--- /dev/null
+++ b/changelog.d/7545.misc
@@ -0,0 +1 @@
+Make worker processes return a stubbed-out response to `GET /presence` requests.