mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
Previously attempting to delete an MXC that is only associated with dangling thumbnails would fail, because it assumes that every thumbnail must have a corresponding original in the db, and errors out if it can't find the original. This is incorrect because we create dangling thumbnails when requesting a remote thumbnail over federation when we don't have the original file. |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| config | ||
| database | ||
| service | ||
| utils | ||
| api.rs | ||
| cli.rs | ||
| config.rs | ||
| database.rs | ||
| error.rs | ||
| main.rs | ||
| observability.rs | ||
| service.rs | ||
| utils.rs | ||