slackapi / node-slack-interactive-messages

Slack Buttons, Menus, and Dialogs made simpler for Node
MIT License
133 stars 41 forks source link

Support for dynamic message menu options inside dialogs, and new within constraint #36

Closed aoberoi closed 6 years ago

aoberoi commented 6 years ago

Summary

For options requests, you can now set the within constraint to either 'interactive_message' or 'dialog' in order to attach a handler that is specific to those contexts.

Requirements (place an x in each [ ])

codecov[bot] commented 6 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   99.41%   99.45%   +0.04%     
==========================================
  Files           3        3              
  Lines         170      185      +15     
==========================================
+ Hits          169      184      +15     
  Misses          1        1
Impacted Files Coverage Δ
src/adapter.js 99.25% <100%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b2d1e74...d4fae91. Read the comment docs.