mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 16:21:24 +01:00
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:
parent
795ce42518
commit
491518d2f3
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
was in backoff would increment the backoff delay further, leading to a
|
||||||
positive feedback loop.
|
positive feedback loop.
|
||||||
([!149](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/149))
|
([!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
|
### Added
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue