diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-17 14:11:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 14:11:05 +0100 |
commit | a3ad04528606db44c23200811ae68618ad17cd80 (patch) | |
tree | e06c1fa595d72a3e2480b94e1ad9a0338441ade1 /changelog.d | |
parent | Add a default limit (of 100) to get/sync operations. (#7858) (diff) | |
download | synapse-a3ad04528606db44c23200811ae68618ad17cd80.tar.xz |
Fix TypeError in synapse.notifier (#7880)
Fixes #7774
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7880.bugfix | 1 |
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. |