-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix bug where room participants wouldn't update #2420
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Would appreciate addition of a singular comment to explain what you're doing here in layperson's terms.
src/components/codemirror.tsx
Outdated
isHost: state.user.host | ||
}) | ||
} catch(e){ | ||
return |
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.
is it OK for this to be very quietly failing w/o any logging?
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.
yup. bc that means that the participant doesn't have an email, therefore it's the saving instance and we don't count that towards the participants
* Fix bug where participants wouldn't update * add comments
* Fix bug where participants wouldn't update * add comments
fixes #2419