-
Notifications
You must be signed in to change notification settings - Fork 80
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
[CHAT-1851] Add assignRoles
method to Channel
#692
Conversation
Size Change: +1.28 kB (0%) Total Size: 229 kB
|
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.
LGTM
Nice refactor. New addition is good, and types should be fine but I delegate types to type experts for final check 🙂
setRoles
method to ChannelassignRoles
method to Channel
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.
LGTM
6677339
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.
LGTM
This PR adds support for new
setRoles
operation inUpdateChannel
API.Also, did some refactoring around repetitive UpdateChannel SDK calls
UPDATE: renamed
setRoles
toassignRoles
after discussion with the Product TeamUPDATE 2: switched format of
assignRoles
to object-based