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 develop branch in #4635, but the subsequent merge to hotfixes (88af0317a) discarded the changes for some reason. Fixing this here and now means (a) there are fewer differences between matrix-org-hotfixes and develop, making future patches easier to merge, and (b) f |