Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Add custom trigger on reply start
Browse files Browse the repository at this point in the history
  • Loading branch information
miklosaubert committed Feb 1, 2019
1 parent 2979fce commit a17cd2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/slackapp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ const setupAppHandlers = (slackapp, apiClient, enableReviewQueries) => {
);
} else {
reviewReply.showReplyDialog(bot, message);
slackapp.trigger('reply_dialog_opened', [
{
reviewId: message.callback_id,
},
]);
}
};

Expand Down

0 comments on commit a17cd2d

Please sign in to comment.