Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #477 by adding default_to_current_conversation to conv elements #478

Merged
merged 4 commits into from
Jun 11, 2020

Conversation

seratch
Copy link
Member

@seratch seratch commented Jun 1, 2020

Summary

This pull request fixes #477 by adding the default_to_current_conversation flag to conversation_select / multi_conversation_select block elements.

Requirements (place an x in each [ ])

@seratch seratch added enhancement M-T: A feature request for new functionality project:slack-api-model project:slack-api-model labels Jun 1, 2020
@seratch seratch added this to the 1.0.x milestone Jun 1, 2020
@seratch seratch self-assigned this Jun 1, 2020
@codecov
Copy link

codecov bot commented Jun 1, 2020

Codecov Report

Merging #478 into master will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #478      +/-   ##
============================================
+ Coverage     83.80%   83.86%   +0.06%     
- Complexity     2413     2414       +1     
============================================
  Files           251      251              
  Lines          6482     6482              
  Branches        585      585              
============================================
+ Hits           5432     5436       +4     
+ Misses          687      683       -4     
  Partials        363      363              
Impacted Files Coverage Δ Complexity Δ
...pi/methods/metrics/impl/RedisMetricsDatastore.java 89.50% <0.00%> (+2.46%) 38.00% <0.00%> (+1.00%)

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 fb7ee61...4fab366. Read the comment docs.

Copy link
Member

@stevengill stevengill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seratch seratch modified the milestones: 1.0.x, 1.0.9 Jun 11, 2020
seratch added a commit that referenced this pull request Jun 11, 2020
* [slack-api-model] #477 #478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch
* [slack-api-client] #487 Add admin.conversations.whitelist.* API - Thanks @seratch
* [slack-api-client] #486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch
* [slack-api-client] #480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
@seratch seratch merged commit aad6cc4 into slackapi:master Jun 11, 2020
@seratch seratch deleted the issue-477 branch June 11, 2020 23:03
seratch added a commit that referenced this pull request Jun 11, 2020
* [slack-api-model] #477 #478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch
* [slack-api-client] #487 Add admin.conversations.whitelist.* API - Thanks @seratch
* [slack-api-client] #486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch
* [slack-api-client] #480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
emanguy pushed a commit to emanguy/java-slack-sdk that referenced this pull request Jun 22, 2020
* [slack-api-model] slackapi#477 slackapi#478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch
* [slack-api-client] slackapi#487 Add admin.conversations.whitelist.* API - Thanks @seratch
* [slack-api-client] slackapi#486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch
* [slack-api-client] slackapi#480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
emanguy pushed a commit to emanguy/java-slack-sdk that referenced this pull request Jun 22, 2020
* [slack-api-model] slackapi#477 slackapi#478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch
* [slack-api-client] slackapi#487 Add admin.conversations.whitelist.* API - Thanks @seratch
* [slack-api-client] slackapi#486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch
* [slack-api-client] slackapi#480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality project:slack-api-model project:slack-api-model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add default_to_current_conversation in (multi_)conversations_select
2 participants