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

fix: catch error if user tries to join meeting twice #10320

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

mattkrick
Copy link
Member

Description

Sentry started reporting a new error: duplicate key value violates unique constraint "MeetingMember_pkey".
This is called because joinMeeting must be getting called by the same user multiple times.
To prevent this, I stopped the client from issuing multiple calls & stopped the server in case the meeting member was already created.

@github-actions github-actions bot added the size/s label Oct 9, 2024
@mattkrick mattkrick merged commit 887abd4 into master Oct 9, 2024
7 checks passed
@mattkrick mattkrick deleted the fix/joinMeeting-dupe branch October 9, 2024 17:30
@github-actions github-actions bot mentioned this pull request Oct 9, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant