Fetch and thumbnail original media if fetching thumbnail fails

E.g. because the remote server's thumbnail endpoint is broken in
hilarious ways: https://github.com/element-hq/synapse/issues/17518
This commit is contained in:
Lambda 2024-08-04 20:35:25 +00:00
parent 82aacdc153
commit a06c8db996
2 changed files with 56 additions and 24 deletions

View file

@ -125,6 +125,9 @@ This will be the first release of Grapevine since it was forked from Conduit
10. **BREAKING:** Reorganize config into sections.
([!49](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/49))
* Details on how to migrate can be found in the merge request's description.
11. Try to generate thumbnails for remote media ourselves if the federation
thumbnail request fails.
([!58](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/58))
### Fixed