Skip to content

Commit d0752cb

Browse files
committed
fixme: note chat_stream limitation with channel messages missing ts
1 parent e6e456a commit d0752cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

slack_bolt/agent/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class BoltAgent:
1010
Experimental:
1111
This API is experimental and may change in future releases.
1212
13+
FIXME: chat_stream() only works when thread_ts is available (DMs and threaded replies).
14+
It does not work on channel messages because ts is not provided to BoltAgent yet.
15+
1316
@app.event("app_mention")
1417
def handle_mention(agent):
1518
stream = agent.chat_stream()

0 commit comments

Comments
 (0)