Skip to content

Commit

Permalink
Revert "Fixed ephemeral slackbot messages"
Browse files Browse the repository at this point in the history
This reverts commit 7f6a694.
  • Loading branch information
hagen-danswer authored and Aron Szanto committed Dec 23, 2024
1 parent 892bced commit 42763f4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,7 @@ def _get_slack_answer(
respond_in_thread(
client=client,
channel=channel,
receiver_ids=[message_info.sender]
if message_info.is_bot_msg and message_info.sender
else receiver_ids,
receiver_ids=receiver_ids,
text="Hello! Danswer has some results for you!",
blocks=all_blocks,
thread_ts=message_ts_to_respond_to,
Expand Down

0 comments on commit 42763f4

Please sign in to comment.