diff options
author | Will Hunt <will@half-shot.uk> | 2020-06-11 19:13:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 14:13:53 -0400 |
commit | a3fbc23c39c0366392fd51faf0b1696f1f1d21c7 (patch) | |
tree | 142743ae979630a68d52c968f7d512d3fef89cd2 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-a3fbc23c39c0366392fd51faf0b1696f1f1d21c7.tar.xz |
Remove "user_id" from GET /presence. (#7606)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7606.bugfix | 1 |
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. |