Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixme: note chat_stream limitation with channel messages missing ts
  • Loading branch information
mwbrooks committed Feb 11, 2026
commit d0752cb792242b0bd28043b7658e7defc0176620
3 changes: 3 additions & 0 deletions slack_bolt/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ class BoltAgent:
Experimental:
This API is experimental and may change in future releases.

FIXME: chat_stream() only works when thread_ts is available (DMs and threaded replies).
It does not work on channel messages because ts is not provided to BoltAgent yet.

@app.event("app_mention")
def handle_mention(agent):
stream = agent.chat_stream()
Expand Down
Loading