Skip to content

Commit

Permalink
Allow file sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiosja committed Aug 16, 2024
1 parent dd381c9 commit 6b8eb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/bot/src/slack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def handle_rsvp_withdraw(ack, body, context):


def handle_file_share(event, say, token, client):
return
# return
translator = injector.get(Translator)
channel = event["channel"]
if 'files' in event and 'thread_ts' not in event:
Expand Down

0 comments on commit 6b8eb45

Please sign in to comment.