diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-16 12:01:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 12:01:18 -0400 |
commit | 231252516c8143f5da55a72239a8db6d740f259f (patch) | |
tree | 9045b279debeefd75cd4a99084c6007fbfd4e20a /changelog.d/7708.bugfix | |
parent | Add instructions for authing with Keycloak via OpenID (#7659) (diff) | |
download | synapse-231252516c8143f5da55a72239a8db6d740f259f.tar.xz |
Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708)
Diffstat (limited to 'changelog.d/7708.bugfix')
-rw-r--r-- | changelog.d/7708.bugfix | 1 |
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". |