diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-19 12:27:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 12:27:33 -0600 |
commit | 80cac86b2ccdeaf0c2d70545415a0d056c547653 (patch) | |
tree | 242e09f806608b2bed58aa512dd53e1323e1a749 /changelog.d | |
parent | Merge pull request #4182 from aaronraimist/update-issue-template (diff) | |
download | synapse-80cac86b2ccdeaf0c2d70545415a0d056c547653.tar.xz |
Fix fallback auth on Python 3 (#4197)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4197.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4197.bugfix b/changelog.d/4197.bugfix new file mode 100644 index 0000000000..c7c01da0f3 --- /dev/null +++ b/changelog.d/4197.bugfix @@ -0,0 +1 @@ +Fallback auth now accepts the session parameter on Python 3. |