Scheduled-trigger notifications no longer get merged into ordinary task notifications.
What's wrong with this entry?
Message origins are normalized before being queued or persisted, and the queue-merge comparison accounts for the new subkind.
- The normalizer keeps only
kind: "task-notification"plus an optionalsubkind, for examplescheduled-trigger. - Queue-merge equality now compares subkinds, so scheduled-trigger notifications do not merge with ordinary ones.
kind: "task-notification", subkind: "scheduled-trigger"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.