summary refs log tree commit diff
path: root/synapse/storage/transactions.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-06Don't unnecessarily block notifying of new events.Erik Johnston1-128/+142
2019-08-01Have ClientReaderSlavedStore inherit RegistrationStore