diff options
author | Erik Johnston <erikj@matrix.org> | 2023-08-30 15:18:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:18:34 +0100 |
commit | 3de82bb2af28f56696a79bf41ccffc81385b6e2c (patch) | |
tree | 13f12b42ca11ef4ba7ad8c8756bc05f50ed38263 /synapse | |
parent | Fix rare bug that broke looping calls (#16210) (diff) | |
download | synapse-3de82bb2af28f56696a79bf41ccffc81385b6e2c.tar.xz |
Gracefully handle failing to thumbnail images (#16211)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/__init__.py | 5 | ||||
-rw-r--r-- | synapse/media/media_repository.py | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py |