Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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) fixes some pep8 errors on the hotfixes branch which have been annoying me for some time. | |||||
2019-03-06 | Revert EDU-batching hacks from matrix-org-hotfixes | Richard van der Hoff | 1 | -45/+10 | |
Firstly: we want to do this in a better way, which is the intention of too many RRs, which means we need to make it happen again. |