summary refs log tree commit diff
path: root/synapse/logging/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-09Fix curl command typo in purge_remote_media.shThomas Citharel2-1/+2
Was verbose option instead of -X, command didn't work Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-06Return 404 instead of 403 when retrieving an event without perms (#5798)Andrew Morgan2-3/+12
Part of fixing ma