-
Notifications
You must be signed in to change notification settings - Fork 78
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
Ensure mentioned_users is array of user_ids. in updateMessage #647
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +609 B (0%) Total Size: 217 kB
|
vishalnarkhede
requested review from
mahboubii,
AnatolyRugalev,
nhannah,
ferhatelmas,
DanC5 and
petyosi
and removed request for
mahboubii
March 17, 2021 08:43
vishalnarkhede
force-pushed
the
vishal/mentioned-users
branch
from
March 17, 2021 08:54
7f9bbb3
to
309e965
Compare
mahboubii
previously approved these changes
Mar 17, 2021
AnatolyRugalev
previously approved these changes
Mar 17, 2021
ferhatelmas
reviewed
Mar 17, 2021
mahboubii
reviewed
Mar 17, 2021
…chat-js into vishal/mentioned-users
vishalnarkhede
dismissed stale reviews from AnatolyRugalev and mahboubii
via
March 17, 2021 10:16
4b2d7b8
mahboubii
previously approved these changes
Mar 17, 2021
ferhatelmas
previously approved these changes
Mar 17, 2021
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
vishalnarkhede
dismissed stale reviews from ferhatelmas and mahboubii
via
March 17, 2021 10:23
b2d4707
vishalnarkhede
force-pushed
the
vishal/mentioned-users
branch
from
March 17, 2021 10:23
dd0500f
to
b2d4707
Compare
ferhatelmas
approved these changes
Mar 17, 2021
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
was forgetting only
😄
lol yeah, thats typical "Vish" :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CLA
Description of the changes, What, Why and How?
Slack discussion - https://getstream.slack.com/archives/C01FT5767AS/p1615968119001100
Updating pinned message fails, if there is mentioned_users in message. This is something missed in react sdk, (to ensure conversion of array of user objects to user ids). I think its better we handle it on js client as well.
Changelog
message.mentioned_users
is array of string or objects