Skip to content

Commit 183b391

Browse files
committed
Add 'thread_shared' event type
1 parent 4e70217 commit 183b391

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

impl/src/nora_lib/impl/interactions/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ class EventType(Enum):
173173
# Marks a thread forked from Slack to Web
174174
THREAD_FORK = "thread_fork"
175175

176+
# Mark that a thread has been shared with other users
177+
THREAD_SHARED = "thread_shared"
178+
176179
# Cost Reporting
177180
STEP_COST = "step_cost"
178181
STEP_PROGRESS = "step_progress"

0 commit comments

Comments
 (0)