Skip to content

Commit

Permalink
Add reply to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Nov 8, 2023
1 parent 1d3d45d commit fb94682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/ask_astro/slack/controllers/feedback/bad.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def _send_response(details: dict[str, str], respond: AsyncRespond) -> None
f"😥 Thank you for your feedback, <@{details['user']}>!",
thread_ts=details["thread_ts"],
replace_original=False,
response_type="ephemeral",
response_type="in_channel",
)


Expand Down
2 changes: 1 addition & 1 deletion api/ask_astro/slack/controllers/feedback/good.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def _send_response(details: dict[str, str], respond: AsyncRespond) -> None
f"☺️ Thank you for your feedback, <@{details['user']}>!",
thread_ts=details["thread_ts"],
replace_original=False,
response_type="ephemeral",
response_type="in_channel",
)


Expand Down

0 comments on commit fb94682

Please sign in to comment.