fix(postprocessing): repair restart logic

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-04-08 11:20:01 +02:00
parent e6c4f4c89e
commit 7d990390c3
5 changed files with 33 additions and 18 deletions
@@ -0,0 +1,5 @@
Bugfix: Fix restarting of postprocessing
When an upload is not found, the logic to restart postprocessing was bunked
https://github.com/owncloud/ocis/pull/8782