summary refs log tree commit diff
path: root/changelog.d/7606.bugfix
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2020-06-11 19:13:53 +0100
committerGitHub <noreply@github.com>2020-06-11 14:13:53 -0400
commita3fbc23c39c0366392fd51faf0b1696f1f1d21c7 (patch)
tree142743ae979630a68d52c968f7d512d3fef89cd2 /changelog.d/7606.bugfix
parentMerge branch 'master' into develop (diff)
downloadsynapse-a3fbc23c39c0366392fd51faf0b1696f1f1d21c7.tar.xz
Remove "user_id" from GET /presence. (#7606)
Diffstat (limited to 'changelog.d/7606.bugfix')
-rw-r--r--changelog.d/7606.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7606.bugfix b/changelog.d/7606.bugfix
new file mode 100644
index 0000000000..6c488c3996
--- /dev/null
+++ b/changelog.d/7606.bugfix
@@ -0,0 +1 @@
+Remove `user_id` from the response to `GET /_matrix/client/r0/presence/{userId}/status` to match the specification.