summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-09Create ApplicationService.is_interested_in_user, and use everywhereAndrew Morgan1-0/+25
2021-12-09Switch DeviceLists to containing Sets, as we'll need a type that we can delet...Andrew Morgan2-5/+9
2021-12-08Move DeviceLists type to synapse.typesAndrew Morg