From 491518d2f37f477bf55cf9944f73c3de1c5d5016 Mon Sep 17 00:00:00 2001 From: Olivia Lee Date: Wed, 11 Dec 2024 17:35:47 -0800 Subject: [PATCH] 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. --- book/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index e78fcf96..70af61f4 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -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