summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-25Fix quoting for allowed_local_3pids example config (#4476)Richard van der Hoff2-3/+4
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.)
2019-01-25Fix Host header sent by MatrixFederationAgent (#4468)Richard van der Hoff5-2/+28