Skip to content

Commit

Permalink
Handle file sharing in Slack Apps
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Jul 4, 2024
1 parent 0953bf0 commit 6ba351e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SlackAppHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class SlackAppHandler extends SlackEventHandler {

switch (msg.subtype) {
case undefined: // regular message
case "file_share":
return this.handleEvent({
...msg,
user_id: msg.user,
Expand Down

0 comments on commit 6ba351e

Please sign in to comment.