Synthetic wake-up turns can now skip attachment gathering, so restarts don't drag files along.
What's wrong with this entry?
A queued command can now be marked to skip attachment gathering, so a synthetic wake-up does not drag a full attachment collection along with it. The restart-rescue notification and resumed interrupted turns both use it.
- The option is
skipAttachments; when set, the produced user messages are marked so collection is bypassed for that turn only. - Resumed interrupted turns pass it through as
queueSkipAttachments.
if (Z?.skipAttachments === !0) ud(Nt);
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.232
Command queue is a single adoptable instance
Both mention queue