Skip to content

Commit

Permalink
Fix "cannot access local variable" for bot direct messages (#1737)
Browse files Browse the repository at this point in the history
* Update handle_message.py

* Update handle_message.py

* Update handle_message.py

---------

Co-authored-by: hagen-danswer <[email protected]>
  • Loading branch information
cpwetteronline and hagen-danswer authored Jul 2, 2024
1 parent 1a3ec59 commit 3ebac62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def handle_message(
send_to: list[str] | None = None
respond_tag_only = False
respond_team_member_list = None
respond_slack_group_list = None

bypass_acl = False
if (
Expand Down

0 comments on commit 3ebac62

Please sign in to comment.