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

don't kick ghost on GroupPatchNotAcceptedError if they are in the signal group #345

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

maltee1
Copy link
Contributor

@maltee1 maltee1 commented Feb 21, 2023

The bridge used to kick newly invited signal ghosts upon error, even if that error just meant that they already are in the group.

I encountered that error when testing the mautrix-python PR. When the group is created, all users in the room at that moment are added to the group, invites that have gone through on the matrix side at the time of group creation will produce a GroupPatchNotAcceptedError. The bridge should not kick the user if they are confirmed to be in the group.

@maltee1 maltee1 force-pushed the failed_invite_check_members branch from 49dacd0 to b36b8cb Compare March 18, 2023 19:11
@tulir tulir merged commit 14610ce into mautrix:master Mar 19, 2023
@maltee1 maltee1 deleted the failed_invite_check_members branch March 19, 2023 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants