summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-16 12:01:18 -0400
committerGitHub <noreply@github.com>2020-06-16 12:01:18 -0400
commit231252516c8143f5da55a72239a8db6d740f259f (patch)
tree9045b279debeefd75cd4a99084c6007fbfd4e20a /changelog.d
parentAdd instructions for authing with Keycloak via OpenID (#7659) (diff)
downloadsynapse-231252516c8143f5da55a72239a8db6d740f259f.tar.xz
Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7708.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7708.bugfix b/changelog.d/7708.bugfix
new file mode 100644
index 0000000000..03a41ca55a
--- /dev/null
+++ b/changelog.d/7708.bugfix
@@ -0,0 +1 @@
+Fixs a long standing bug which resulted in an exception: "TypeError: argument of type 'ObservableDeferred' is not iterable".