-
Notifications
You must be signed in to change notification settings - Fork 326
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
Web <> Mobile Reactions are not compatible #2023
Comments
Hey @TaharS, we couldn't reproduce this behaviour on our side after a couple of attempts. Sharing a video on how it works on our side. I would like to know if you are adding in customization or modifying some behaviour. Screen.Recording.2023-03-24.at.11.30.11.mov |
Thank you for the quick answer. We have reduced the number of reaction the web to match 5 reactions (against 6 for web)
When doing this it seems to create a new field in the DB |
@TaharS did this end up getting fixed for you? Just wondering what the status is, as I've faced some web & mobile inconsistencies with unread messages as well. |
Hey @nandorojo, so if we talk about the reactions here, we cut scope and removed the custom work. Therefore we went with the out of the box reaction on both mobile/web. They work well on that side GetStream/stream-chat-react#1947 seems to be in the work to have a better custom reaction experience? Not really sure there though |
The issue is solved and I'll be closing this issue for now. |
I want to Customize message Reactions . how to do this? |
BREAKING CHANGE: `reactionOptions` signature has changed, see release guide for more information ### 🎯 Goal Refactor and fix the way reactions work, introduce new way of customizing with better DX. Fixes: #1935 Closes: #1637 Closes: #1437 Closes: #2159 Closes: GetStream/stream-chat-react-native#2023 ### 🛠 Implementation details - ditch EmojiMart implementation, use native/sprite-sheet solution
BREAKING CHANGE: `reactionOptions` signature has changed, see [release guide](https://github.com/GetStream/stream-chat-react/blob/v11.0.0/docusaurus/docs/React/release-guides/upgrade-to-v11.mdx) for more information Refactor and fix the way reactions work, introduce new way of customizing with better DX. Fixes: #1935 Closes: #1637 Closes: #1437 Closes: #2159 Closes: GetStream/stream-chat-react-native#2023 - ditch EmojiMart implementation, use native/sprite-sheet solution
Refactor and fix the way reactions work, introduce new way of customizing with better DX. Fixes: #1935 Closes: #1637 Closes: #1437 Closes: #2159 Closes: GetStream/stream-chat-react-native#2023 - ditch EmojiMart implementation, use native/sprite-sheet solution BREAKING CHANGE: `reactionOptions` signature has changed, see [release guide](https://github.com/GetStream/stream-chat-react/blob/v11.0.0/docusaurus/docs/React/release-guides/upgrade-to-v11.mdx) for more information
Describe the bug
Our applications leverage the whole Stream suite - Mobile and Web. Our users are cross-platform and we give access to messaging via Stream to all of them.
The issue we are seeing here is that Reactions are actually not synced between mobile and web
The culprit of this, is simply how the data is stored:
Is this intended behaviour?
Dev environment info (please complete/provide the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Reactions should be showing cross platform
Additional context
n/a
Screenshots
n/a
The text was updated successfully, but these errors were encountered: