summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2019-01-25Pass through room version to event authErik Johnston1-4/+10
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.)