Skip to content

Commit f9751c6

Browse files
authored
fix: adds thread-ts to slack event (#723)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent 12cc0c6 commit f9751c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codegen/extensions/slack/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class SlackEvent(BaseModel):
3030
blocks: list[Block] | None = None
3131
channel: str
3232
event_ts: str
33+
thread_ts: str | None = None
3334

3435

3536
class SlackWebhookPayload(BaseModel):

0 commit comments

Comments
 (0)