diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-15 13:42:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 13:42:44 -0400 |
commit | 2b2344652b215b8023fb37deeacbb395f3c68d7c (patch) | |
tree | 1a854996e701b379fde25e23e8a07460fb1dcc6e /changelog.d | |
parent | Update m.id.phone to use 'phone' instead of 'number' (#7687) (diff) | |
download | synapse-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.bugfix | 1 |
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. |