summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-06Remove redundant changes from synapse/replication/tcp/streams.py (#4813)Richard van der Hoff1-2/+2
This was some hacky code (introduced in c10c71e70d) to make the presence stream do nothing on hotfixes. We now ensure that no replication clients subscribe to the presence stream, so this is redundant.
2019-03-06Run `black` on synapse/handlers/user_directory.py (#4812)Richard van der Hoff1-43/+47
This got done on the