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

Discord group sync logic still broken #2384

Closed
Derkades opened this issue Aug 27, 2021 · 0 comments
Closed

Discord group sync logic still broken #2384

Derkades opened this issue Aug 27, 2021 · 0 comments
Labels
Milestone

Comments

@Derkades
Copy link
Member

Derkades commented Aug 27, 2021

I have two roles "Moderator" and "Builder". The "Moderator" role is linked to the "Moderator" group. "Builder" is not configured.

  1. Add "Moderator" role. Observe that the website user also gets the "Moderator" group. (Admin and Moderator)
  2. Add "Builder" role. Observe that the website user no longer has the "Moderator" group. (Admin)

So

Sending user roles to website: guildid=776921071953772615 userid=183954832485253121 roles=[785970326030778408]

-> website adds group linked to role 785970326030778408

Sending user roles to website: guildid=776921071953772615 userid=183954832485253121 roles=[785970326030778408, 787264731215691796]

-> website removes group linked to role 785970326030778408, but it shouldn't do this since the user still has this role.

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

No branches or pull requests

1 participant