Skip to content
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 reactions from the same user across multiple devices shows in the correct Tile #2739

Draft
wants to merge 2 commits into
base: hs/emoji-reactions
Choose a base branch
from

Conversation

Half-Shot
Copy link
Member

@Half-Shot Half-Shot commented Nov 8, 2024

This problem occurs because we mapped raised hand and reactions based upon the user's user ID. However this isn't unique and so when a reaction is sent from one device, it appears on multiple tiles.

This refactors so we use membership event IDs instead, however this isn't working yet because I haven't found a way to ID the correct GridTile for the right user.

This is going to need #2701 to work so we can hook off the membership event ID correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant