-
Notifications
You must be signed in to change notification settings - Fork 283
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: use parameters.isGroup instead of false
#3059
fix: use parameters.isGroup instead of false
#3059
Conversation
ae38f87
to
d5806ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a couple of unit tests for the addition of the Partial<ConversationParameters>
overload and the respecting of conversationParameters.isGroup
being provided? Otherwise this looks good to go!
1073bac
to
b33a1ee
Compare
This should support creating group conversations for channels that support it. Fixes #1124
b33a1ee
to
66fd99f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Test Coverage Report for Build 367178866
💛 - Coveralls |
This should support creating group conversations for channels that
support it.
Fixes #1124
This also refactors the
createConversation
overload style to list discrete overloads for better documentation. See the following screenshots for how the overloads/JSDoc are interpreted in VSCode:All the remaining changes are a result of code formatting.