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

Backfill hand raised events once client has synced. #2769

Draft
wants to merge 4 commits into
base: livekit
Choose a base branch
from

Conversation

Half-Shot
Copy link
Member

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

I think there is a race here where we might try to fetch reactions before the local state of the room has been synced, leading to missing hand raised reactions on newly joining clients to the room.

The easier solution here is to call fetchRelations on the client once we are ready, which will fetch any events in the case that we can't find the reaction we expect.

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