summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-15 13:42:44 -0400
committerGitHub <noreply@github.com>2020-06-15 13:42:44 -0400
commit2b2344652b215b8023fb37deeacbb395f3c68d7c (patch)
tree1a854996e701b379fde25e23e8a07460fb1dcc6e /changelog.d
parentUpdate m.id.phone to use 'phone' instead of 'number' (#7687) (diff)
downloadsynapse-2b2344652b215b8023fb37deeacbb395f3c68d7c.tar.xz
Ensure etag is a string for GET room_keys/version response (#7691)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7691.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7691.bugfix b/changelog.d/7691.bugfix
new file mode 100644
index 0000000000..2a8a480c53
--- /dev/null
+++ b/changelog.d/7691.bugfix
@@ -0,0 +1 @@
+Fix a long standing bug where the response to the `GET room_keys/version` endpoint had the incorrect type for the `etag` field.