v1.3.110
v1.3.110
Bug Fixes
Fixed image data loss in TUI pending submission queue
Two bugs in pendingQueue caused images attached to queued submissions to be
silently lost:
-
syncItemsFromQueuedestroyed Images: Every time a new pending
submission was enqueued,syncItemsFromQueuerebuiltq.itemsfrom the
queue snapshot without preserving theImagesfield. This wiped images
from previously queued items. -
consumeDetailedonly grabbed first item's images: When multiple
visible items were consumed together (viaConsumePrefix), only the first
item's images were returned. Images from subsequent items were discarded.
Impact: If a user submitted text+images while the agent was busy, then
submitted again before the agent finished, the first submission's images would
vanish. The fix preserves images through queue rebuilds by text-matching, and
collects images from ALL consumed items.