summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-01-25 13:57:52 +0000
committerGitHub <noreply@github.com>2019-01-25 13:57:52 +0000
commit4a3f1388328f8181c33b74a6a777ab2073d400d8 (patch)
tree004010da71638001e4832e632821a289b37430df /changelog.d
parentFix Host header sent by MatrixFederationAgent (#4468) (diff)
downloadsynapse-4a3f1388328f8181c33b74a6a777ab2073d400d8.tar.xz
Fix quoting for allowed_local_3pids example config (#4476)
If you use double-quotes here, you have to escape your backslashes. It's much
easier with single-quotes.

(Note that the existing double-backslashes are already interpreted by python's
""" parsing.)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4476.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4476.misc b/changelog.d/4476.misc
new file mode 100644
index 0000000000..a070e10c7c
--- /dev/null
+++ b/changelog.d/4476.misc
@@ -0,0 +1 @@
+Fix quoting for allowed_local_3pids example config