summary refs log tree commit diff
path: root/synapse/storage/deviceinbox.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-27Fix bug where /joined_members didn't check user was in roomErik Johnston2-10/+38
2017-09-27Don't test is spam_checker not NoneDavid Baker1-1/+7
Sometimes it's a Mock object which is not none but is still not what we're after