We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0f6b9 commit bc97f88Copy full SHA for bc97f88
servers/fai/src/fai/utils/slack/message_handler.py
@@ -459,6 +459,15 @@ async def handle_slack_message(
459
460
await send_resume_message(existing_editing_id, [context.text])
461
462
+ return SlackMessageResponse(
463
+ response_text="",
464
+ channel=context.channel,
465
+ thread_ts=context.thread_ts,
466
+ bot_token=integration.slack_bot_token,
467
+ query_id=None,
468
+ user_id=context.user,
469
+ )
470
+
471
elif session_status.value == "waiting":
472
LOGGER.info(f"Session {existing_editing_id} is WAITING, " f"queuing request without interrupting")
473
0 commit comments