We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e70217 commit 183b391Copy full SHA for 183b391
1 file changed
impl/src/nora_lib/impl/interactions/models.py
@@ -173,6 +173,9 @@ class EventType(Enum):
173
# Marks a thread forked from Slack to Web
174
THREAD_FORK = "thread_fork"
175
176
+ # Mark that a thread has been shared with other users
177
+ THREAD_SHARED = "thread_shared"
178
+
179
# Cost Reporting
180
STEP_COST = "step_cost"
181
STEP_PROGRESS = "step_progress"
0 commit comments