add changelog entry for M_NOT_YET_UPLOADED when media is missing in fs

The first half of this change happened in !55, but we never added a
changelog entry until now.
This commit is contained in:
Olivia Lee 2024-12-11 17:35:47 -08:00
parent 795ce42518
commit 491518d2f3
No known key found for this signature in database
GPG key ID: 54D568A15B9CD1F9

View file

@ -213,6 +213,13 @@ This will be the first release of Grapevine since it was forked from Conduit
was in backoff would increment the backoff delay further, leading to a
positive feedback loop.
([!149](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/149))
24. Return 504 M_NOT_YET_UPLOADED instead of 500 M_UNKNOWN when a media file is
present in the database but the contents are missing in the filesystem.
Removing media from the filesystem was the only way to delete media before
[!99](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/99),
so this situation is common.
([!55](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/55))
([!153](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/153))
### Added