summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-04-27 09:00:07 -0400
committerGitHub <noreply@github.com>2022-04-27 09:00:07 -0400
commit8a23bde82352f18d7d6f098e3f3f0ce7099efb86 (patch)
tree69f616cbc1b195490d8c82650db705fc5ea9bfc7 /changelog.d
parentAdd option to enable token registration without requiring 3pids (#12526) (diff)
downloadsynapse-8a23bde82352f18d7d6f098e3f3f0ce7099efb86.tar.xz
Consistently use collections.abc.Mapping to check frozendict. (#12564)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12564.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12564.misc b/changelog.d/12564.misc
new file mode 100644
index 0000000000..207c322464
--- /dev/null
+++ b/changelog.d/12564.misc
@@ -0,0 +1 @@
+Consistently check if an object is a `frozendict`.