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

feat(web-api): add new is_send_allowed optional parameter to assistant.threads.setStatus method #2079

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

filmaj
Copy link
Contributor

@filmaj filmaj commented Oct 28, 2024

@filmaj filmaj added semver:minor enhancement M-T: A feature request for new functionality area:typescript issues that specifically impact using the package from typescript projects pkg:web-api applies to `@slack/web-api` labels Oct 28, 2024
@filmaj filmaj added this to the web-api@7.8.0 milestone Oct 28, 2024
@filmaj filmaj requested review from seratch and a team October 28, 2024 16:32
@filmaj filmaj self-assigned this Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.83%. Comparing base (06e2a51) to head (f23121f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2079   +/-   ##
=======================================
  Coverage   91.83%   91.83%           
=======================================
  Files          38       38           
  Lines       10264    10264           
  Branches      646      646           
=======================================
  Hits         9426     9426           
  Misses        826      826           
  Partials       12       12           
Flag Coverage Δ
cli-hooks 95.23% <ø> (ø)
cli-test 95.69% <ø> (ø)
oauth 77.39% <ø> (ø)
socket-mode 58.22% <ø> (ø)
web-api 96.88% <ø> (ø)
webhook 96.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -8,6 +8,8 @@ export interface AssistantThreadsSetStatusArguments extends TokenOverridable {
status: string;
/** @description Message timestamp of the thread. */
thread_ts: string;
/** @description Whether or not the user is allowed to send a message while the status is being displayed. Defaults to `false`. */
Copy link
Member

Choose a reason for hiding this comment

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

I noticed that the default doesn't render properly on the site,

Screenshot 2024-10-28 at 9 48 23 AM

then went to api docs to inquire, and saw that you'd already asked about it ❤️ great minds!!

@filmaj filmaj merged commit 8ebd3a0 into main Oct 28, 2024
30 checks passed
@filmaj filmaj deleted the web-api-is-send-allowed branch October 28, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:typescript issues that specifically impact using the package from typescript projects enhancement M-T: A feature request for new functionality pkg:web-api applies to `@slack/web-api` semver:minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants