diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-04-22 12:18:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 12:18:51 +0100 |
commit | ff5604e7f17893d26a8eb3abdf894c4d5a07dbf3 (patch) | |
tree | 9283f982383a133699adad6c59fa4a2b06d52c38 /changelog.d | |
parent | Reduce federation logging on success (#7321) (diff) | |
download | synapse-ff5604e7f17893d26a8eb3abdf894c4d5a07dbf3.tar.xz |
import urllib.parse when using urllib.parse.quote (#7319)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7319.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7319.misc b/changelog.d/7319.misc new file mode 100644 index 0000000000..62ea6b6df9 --- /dev/null +++ b/changelog.d/7319.misc @@ -0,0 +1 @@ +Fix an incorrect import in IdentityHandler. \ No newline at end of file |