diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-14 14:25:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 14:25:14 +0100 |
commit | e9344e0dee59d0b255eee065108c56438fe73804 (patch) | |
tree | bc42d4552558a6d20caf009c1fc3fb8d52063fc3 /synapse | |
parent | Track deactivated accounts in the database (#5378) (diff) | |
parent | Newsfile (diff) | |
download | synapse-e9344e0dee59d0b255eee065108c56438fe73804.tar.xz |
Merge pull request #5390 from matrix-org/erikj/dont_log_on_fail_to_get_file
Don't log exception when failing to fetch remote content.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/http/client.py | 13 | ||||
-rw-r--r-- | synapse/rest/media/v1/media_repository.py | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py |