diff options
author | Erik Johnston <erikj@jki.re> | 2018-10-17 17:07:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 17:07:19 +0100 |
commit | 4e726783eae04365dbfb355bb334c1661cb391cb (patch) | |
tree | fc788a43d1e0f436cdd450eced6de1e2f87ba8fb | |
parent | Fix roomlist since tokens on Python 3 (#4046) (diff) | |
parent | Newsfile (diff) | |
download | synapse-4e726783eae04365dbfb355bb334c1661cb391cb.tar.xz |
Merge pull request #4050 from matrix-org/erikj/fix_py37_iteration
Fix bug where we raised StopIteration in a generator
-rw-r--r-- | changelog.d/4050.bugfix | 1 | ||||
-rw-r--r-- | synapse/rest/media/v1/preview_url_resource.py | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/changelog.d/4050.bugfix b/changelog.d/4050.bugfix new file mode 100644 |