feat: Declare the News digest mail notifications category - EXO-89484 - eXIP7.3.0.22 - #897
Merged
Merged
Conversation
exo-swf
force-pushed
the
feature/experience
branch
from
August 28, 2026 23:17
3728862 to
0bdc16e
Compare
azayati
force-pushed
the
exip-7.3.0.22-us03-digest-category
branch
from
August 31, 2026 15:02
16b1c1e to
5b0aaef
Compare
exo-swf
force-pushed
the
feature/experience
branch
from
August 31, 2026 23:17
0bdc16e to
39a97ee
Compare
…- eXIP7.3.0.22 Contributes the News category to the digest settings drawer, next to the notification plugins it covers. Pure configuration: the category is declared on the Kernel DigestCategoryRegistry of commons, and its label lives in the bundle the notification plugins of this addon already use. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ies - EXO-89484 - eXIP7.3.0.22 The category declarations covered every notification of their group, but the functional spec lists exactly which notifications the digest considers: only those 12 plugins are declared, nothing else enters a digest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
azayati
force-pushed
the
exip-7.3.0.22-us03-digest-category
branch
from
September 1, 2026 07:57
5b0aaef to
7e620f6
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Part of eXIP 7.3.0.22 — Digest Mail Notifications. Task EXO-89484 (US03).
Contributes the News category to the digest settings drawer. Depends on Meeds-io/commons#772, which brings the Kernel
DigestCategoryRegistrythis configuration targets — merge that one first.Pure configuration, no Java:
component-pluginon the registry, next to the notification plugins it already declares, and covers the 3 news plugins (post, mention, publish).DigestCategoryLabelResolverreads it — translated server side, so the settings page has nothing to load.The categories are declared in the Kernel rather than as Spring beans on purpose: each webapp has its own Spring context, and only the Kernel container is shared by all of them. This addon's category therefore reaches the digest whatever the addon is made of.
AI contribution
Classified N1 — human-driven, no auto-merge, author ≠ approver.