summary refs log tree commit diff
path: root/synapse/rest/client/transactions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-22Remove unnecessary resolve_events_with_state_mapErik Johnston3-57/+7
We only ever used the synchronous resolve_events_with_state_map in one place, which is trivial to replace with the async version.
2018-08-22Use recap