summary refs log tree commit diff
path: root/synapse/rest/client/transactions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-25Fix /keys/query API on workers.Erik Johnston1-67/+67
The necessary getters were added only to the master store and not the worker stores.
2019-10-25Fix testsErik Johnston1