summary refs log tree commit diff
path: root/synapse/util/logcontext.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-13add changelogKrombel2-1/+2
2018-07-13rename assert_params_in_request to assert_params_in_dictKrombel11-33/+33
the method "assert_params_in_request" does handle dicts and not requests. A request body has to be parsed to json before this method can be used