In-app store, torrential backend, locales (#332)
* feat: add store nav and fixes * fix: reduce password requirement & new task error ui * fix: client webtoken fix * fix: delta versions and dockerfile * fix: use setup platforms for filter & display * fix: setup not accounted when returning valid options * feat: tighter delta version support * feat: dl/disk size * feat: offload manifest generation to torrential * fix: bump torrential * feat: remove droplet * feat: bump torrential * feat: convert locales
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import droplet from "@drop-oss/droplet";
|
||||
import type { MinimumRequestObject } from "~/server/h3";
|
||||
import type { GlobalACL } from "../acls";
|
||||
import aclManager from "../acls";
|
||||
@@ -212,7 +211,7 @@ class TaskHandler {
|
||||
|
||||
await updateAllClients(true);
|
||||
|
||||
droplet.callAltThreadFunc(async () => {
|
||||
const taskFunc = async () => {
|
||||
const taskEntry = this.taskPool.get(task.id);
|
||||
if (!taskEntry) throw new Error("No task entry");
|
||||
const addAction = (action: TaskActionLink) => {
|
||||
@@ -260,7 +259,9 @@ class TaskHandler {
|
||||
});
|
||||
|
||||
this.taskPool.delete(task.id);
|
||||
});
|
||||
};
|
||||
|
||||
taskFunc();
|
||||
|
||||
return task.id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user