Jake Vanderwerf
2026-01-08 a504a49004671287d9e0c78fd107c4abf669cc2a
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;
         }