fix: add refetch to remove roles correctly #7
No reviewers
Labels
No labels
needs/docs
needs/research
needs/upstream
type/bug
type/external
type/feature
type/refactor
urgency
high
urgency
immediate
urgency
low
urgency
medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/discord-verify!7
Loading…
Reference in a new issue
No description provided.
Delete branch "BUMPA"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Verify wasn't correctly removing the roles of a user because it was adding roles with a stale version of the user (at least I think this is why). Refetching before adding all the roles for verification should fix this.