summary refs log tree commit diff
path: root/synapse/federation/send_queue.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-29changelogKrombel2-1/+1
2018-08-29fix #3445Krombel2-2/+3
itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3] but SortedDict only implements d.values()
2018-08-29