dependencies: Downgrade @uppy/tus from 4.1.4 to 4.1.3.

It seems 4.1.4 is causing the client to ask the server to delete each
upload immediately when it succeeds.

https://chat.zulip.org/#narrow/channel/9-issues/topic/broken.20image.20uploads/near/1989833

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-27 20:57:02 -08:00
committed by Tim Abbott
parent 9f4b4a0c8a
commit 5d94541b6d
2 changed files with 5 additions and 5 deletions

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 323 # Last bumped for "GET /streams `is_recently_active`"
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (304, 0) # bumped 2024-11-26 to upgrade JavaScript dependencies
PROVISION_VERSION = (305, 0) # bumped 2024-11-27 to downgrade @uppy/tus