Jake Vanderwerf
2026-01-08 3b5ed20d18fa877b1ec06afbccc32a38e68b6bc8
assets/js/concise/UploadManager.js
@@ -57,7 +57,8 @@
      this.stores.uploads.subscribe(this.handleStores.bind(this, 'uploads'));
      this.stores.groups.subscribe(this.handleStores.bind(this, 'groups'));
      this.queue.subscribe((event, operation) => {
         if (!['uploads', 'uploads/meta', 'uploads/groups'].includes(operation.endpoint)) {
         console.log(event, operation);
         if (!Object.hasOwn(operation, 'endpoint') || !['uploads', 'uploads/meta', 'uploads/groups'].includes(operation.endpoint)) {
            return;
         }