summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-17 14:11:05 +0100
committerGitHub <noreply@github.com>2020-07-17 14:11:05 +0100
commita3ad04528606db44c23200811ae68618ad17cd80 (patch)
treee06c1fa595d72a3e2480b94e1ad9a0338441ade1 /changelog.d
parentAdd a default limit (of 100) to get/sync operations. (#7858) (diff)
downloadsynapse-a3ad04528606db44c23200811ae68618ad17cd80.tar.xz
Fix TypeError in synapse.notifier (#7880)
Fixes #7774
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7880.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7880.bugfix b/changelog.d/7880.bugfix
new file mode 100644
index 0000000000..356add0996
--- /dev/null
+++ b/changelog.d/7880.bugfix
@@ -0,0 +1 @@
+Fix "TypeError in `synapse.notifier`" exceptions.