summary refs log tree commit diff
path: root/synapse/replication/tcp/protocol.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-04Clean up Keyring.process_v2_responseRichard van der Hoff1-23/+46
Make this just return the key dict, rather than a single-entry dict mapping the server name to the key dict. It's easy for the caller to get the server name from from the response object anyway.
2019-04-04