diff options
author | 2024-06-18 20:25:50 +0100 | |
---|---|---|
committer | 2024-06-18 20:25:50 +0100 | |
commit | 7389936010367287fd03a00a36ce2efad829ee31 (patch) | |
tree | 96d3a933e2b67f240ec049a0903774dd5d485fa9 /pyproject.toml | |
parent | Bump version to 2.6.2 (diff) |
Improve user in-guild sync processimprove-user-in-guild-sync
Closes #157
Previously we set all users in_guild to False, and relied on users being set back to in_guild when iterating through guild.members
However, this caused two problems
1. For a short window a users in_guild status was incorrect
2. It required an update for all users in_guild to be sent to postgres to update in_guild back to True.
This diff changes that, so instead only users who are not found in the guild have in_guild set to False
Diffstat (limited to 'pyproject.toml')
0 files changed, 0 insertions, 0 deletions