pub const NOTIFICATIONS_GROUP_PREFIX: &str = "notifications.group.";Expand description
Subject prefix for notifications_group. Exposed so callers that
parse a subject back into its group name (the backend’s notification
audience resolver) strip against the same string the builder emits —
if the format ever changes, both move together instead of the parser
silently failing to match.