Skip to content
Snippets Groups Projects
Commit ae21370f authored by Ryan Senior's avatar Ryan Senior
Browse files

Add exclude_members, and switch from string to stream

This adds a new request parameter to our Slack channels call to not
return channel members. This information is which Slack users are
currently in that channel. We don't use that information and it just
makes the response larger and more expensive to parse. This commit
also switches from a string response body to an InputStream
response. This allows us to avoid the overhead of the full response
being a string in memory before passing it to our JSON parser.

Fixes #8733
parent 088aea67
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment