summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-09 09:54:48 +0000
committerGitHub <noreply@github.com>2020-03-09 09:54:48 +0000
commitbbf725e7da6b1944318bba2664cc0c3b721572be (patch)
tree9218a833396bb1ac125a1de4754489d89a623e7f /changelog.d
parentAdd type hints to logging/context.py (#6309) (diff)
parentLint (diff)
downloadsynapse-bbf725e7da6b1944318bba2664cc0c3b721572be.tar.xz
Merge pull request #7045 from matrix-org/babolivier/room_keys_check
Make sure that is_verified is a boolean when processing room keys
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7045.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7045.misc b/changelog.d/7045.misc
new file mode 100644
index 0000000000..74c1abea56
--- /dev/null
+++ b/changelog.d/7045.misc
@@ -0,0 +1 @@
+Add a type check to `is_verified` when processing room keys.