summary refs log tree commit diff
path: root/synapse/storage/roommember.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-02Add basic function to get all data for a user out of synapseErik Johnston1-0/+20
2019-07-01fix async/await consentresource (#5585)Am