diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-03-27 13:30:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 13:30:22 +0000 |
commit | 12aa5a7fa761a729364d324405a033cf78da26de (patch) | |
tree | 155476cfc92ee8f1786065dbe348ff20cb74821c /changelog.d | |
parent | Only import sqlite3 when type checking (#7155) (diff) | |
download | synapse-12aa5a7fa761a729364d324405a033cf78da26de.tar.xz |
Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7150.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7150.bugfix b/changelog.d/7150.bugfix new file mode 100644 index 0000000000..1feb294799 --- /dev/null +++ b/changelog.d/7150.bugfix @@ -0,0 +1 @@ +Ensure `is_verified` is a boolean in responses to `GET /_matrix/client/r0/room_keys/keys`. Also warn the user if they forgot the `version` query param. \ No newline at end of file |