summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
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 Morgan2-26/+18
2021-12-08Fix up database method to grab device list changes - bit dirtyAndr