summary refs log tree commit diff
path: root/synapse/storage/deviceinbox.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-17Fix bug where we raised StopIteration in a generatorErik Johnston1-2/+5
This made python 3.7 unhappy
2018-10-17Fix roomlist since tokens on Python 3 (#4046)Will Hunt4-3/+50
Thanks @Half-Shot !!!