summary refs log tree commit diff
path: root/synapse/handlers/room.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-05String concatenation without the '+'Jorik Schellekens1-2/+3
2019-08-05Refactor return value so we don't create identical lists each time.Jorik Schellekens1-4/+4
2019-08-05Nicer use of dict update methods.Jorik Schellekens1-8/+3
2019-08-05Comment for 'context' column in device_lists_outbound_pokes'Jorik Schellekens1-0/+7
2019-08-05Double negatives do not make code that isn't unclear..Jorik Schellekens1-1/+1
2019-08-05TypoJorik Schellekens1-1/+1
2019-08-05Nicer changelogJorik Schellekens1-1/+1
2019-07-23Use unified trace methodJorik Schellekens13-36/+36
2019-07-23I wish python had a good type system.Jorik Schellekens1-1/+11
2019-07-23Use better decorator names.Jorik Schellekens11-38/+38
2019-07-23Trailing .dJorik Schellekens1-1/+1
2019-07-23Unbreak json parsing.Jorik Schellekens2-3/+3
2019-07-23