aboutsummaryrefslogtreecommitdiff
path: root/discord/utils.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-06-28 19:07:56 -0400
committerRapptz <[email protected]>2016-06-28 19:07:56 -0400
commitd87d11c5a66a0b2684fe606d0bbbe14e74fcc46d (patch)
tree7913ed8c4c6bf6539502c77d4c72629b14b61eb0 /discord/utils.py
parentChange max_length to max_messages (diff)
downloaddiscord.py-d87d11c5a66a0b2684fe606d0bbbe14e74fcc46d.tar.xz
discord.py-d87d11c5a66a0b2684fe606d0bbbe14e74fcc46d.zip
Fix voice states being overwritten after a GUILD_SYNC.
This was a two-fold problem. The first of which involved the overwriting of members during a GUILD_SYNC. Since we are requesting a chunk anyway, we have all the member references we need without actually chunking. The second problem came from the order. We were doing a GUILD_SYNC and then doing the chunking requests. We should do the GUILD_SYNC after the chunking in order to just update presences.
Diffstat (limited to 'discord/utils.py')
0 files changed, 0 insertions, 0 deletions