Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-25 | Pass through room version to event auth | Erik Johnston | 1 | -4/+10 | |
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.) |