summary refs log tree commit diff
path: root/synapse/storage/deviceinbox.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-01don't need to return the hidden column any moreHubert Chathi1-1/+1
2019-07-31really fix queries to work with PostgresHubert Chathi1-19/+11
(by going back to not using SQL directly)