From 261b2bfb3cb80d6ad02e62324d6484381f7e68a1 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 30 Mar 2026 19:16:31 +0200 Subject: [PATCH] Update notification_manager.py --- AppImage/scripts/notification_manager.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AppImage/scripts/notification_manager.py b/AppImage/scripts/notification_manager.py index 77b7be11..cd550eb8 100644 --- a/AppImage/scripts/notification_manager.py +++ b/AppImage/scripts/notification_manager.py @@ -385,7 +385,7 @@ class BurstAggregator: return etype -# ─── Notification Manager ───────────────────────────────────────── +# ─── Notification Manager ───────────────────��───────────────────── class NotificationManager: """Central notification orchestrator. @@ -750,10 +750,10 @@ class NotificationManager: 'ai_custom_prompt': self._config.get('ai_custom_prompt', ''), } - # Get journal context if available (will be enriched per-channel based on detail_level) - raw_journal_context = data.get('_journal_context', '') - - for ch_name, channel in channels.items(): + # Get journal context if available (will be enriched per-channel based on detail_level) + raw_journal_context = data.get('_journal_context', '') + + for ch_name, channel in channels.items(): # ── Per-channel category check ── # Default: category enabled (true) unless explicitly disabled. ch_group_key = f'{ch_name}.events.{event_group}'