refactor: pass session_key as explicit param instead of via metadata

This commit is contained in:
Re-bin
2026-02-23 13:10:47 +00:00
parent 0be70b05b1
commit 2b983c708d
2 changed files with 6 additions and 5 deletions

View File

@@ -193,8 +193,8 @@ class SlackChannel(BaseChannel):
"thread_ts": thread_ts,
"channel_type": channel_type,
},
"session_key": session_key,
},
session_key=session_key,
)
except Exception:
logger.exception("Error handling Slack message from {}", sender_id)