Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-06 | Remove redundant changes from synapse/replication/tcp/streams.py (#4813) | Richard van der Hoff | 1 | -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-06 | Run `black` on synapse/handlers/user_directory.py (#4812) | Richard van der Hoff | 1 | -43/+47 | |
This got done on the |