Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-25 | Fix quoting for allowed_local_3pids example config (#4476) | Richard van der Hoff | 2 | -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-25 | Fix Host header sent by MatrixFederationAgent (#4468) | Richard van der Hoff | 5 | -2/+28 | |