fix(kanban): preserve Telegram DM topic notification metadata - #60769
fix(kanban): preserve Telegram DM topic notification metadata#60769embwl0x wants to merge 1 commit into
Conversation
|
Final overlap audit: #56632/#58615 persist |
c4e8494 to
98a8038
Compare
|
Thanks for addressing the DM-topic delivery path. The premise is confirmed on current main: Problems
Suggested changes
GitHub currently reports this PR |
98a8038 to
9e9cb25
Compare
9e9cb25 to
1a0ebd6
Compare
Both the wake chat-scope salvage (#72191, merged) and the DM-topic metadata salvage added HERMES_SESSION_CHAT_TYPE plumbing; the rebase auto-merge kept both copies. Dedupe the ContextVar declaration, _VAR_MAP entry, set_session_vars parameter/token, and the run.py call-site kwarg, and prefer the persisted chat_type column with delivery_metadata as the legacy fallback in the notifier wake path.
with NousResearch#60769 Both the wake chat-scope salvage (NousResearch#72191, merged) and the DM-topic metadata salvage added HERMES_SESSION_CHAT_TYPE plumbing; the rebase auto-merge kept both copies. Dedupe the ContextVar declaration, _VAR_MAP entry, set_session_vars parameter/token, and the run.py call-site kwarg, and prefer the persisted chat_type column with delivery_metadata as the legacy fallback in the notifier wake path.
Summary
Fixes #60600
Tests