mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 21:27:03 +02:00
Revert "Fixed ephemeral slackbot messages"
This reverts commit 7f6a6944d6
.
This commit is contained in:
@@ -373,9 +373,7 @@ def handle_regular_answer(
|
|||||||
respond_in_thread(
|
respond_in_thread(
|
||||||
client=client,
|
client=client,
|
||||||
channel=channel,
|
channel=channel,
|
||||||
receiver_ids=[message_info.sender]
|
receiver_ids=receiver_ids,
|
||||||
if message_info.is_bot_msg and message_info.sender
|
|
||||||
else receiver_ids,
|
|
||||||
text="Hello! Danswer has some results for you!",
|
text="Hello! Danswer has some results for you!",
|
||||||
blocks=all_blocks,
|
blocks=all_blocks,
|
||||||
thread_ts=message_ts_to_respond_to,
|
thread_ts=message_ts_to_respond_to,
|
||||||
|
Reference in New Issue
Block a user