diff options
| author | Rapptz <[email protected]> | 2016-06-28 19:07:56 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-06-28 19:07:56 -0400 |
| commit | d87d11c5a66a0b2684fe606d0bbbe14e74fcc46d (patch) | |
| tree | 7913ed8c4c6bf6539502c77d4c72629b14b61eb0 /docs/api.rst | |
| parent | Change max_length to max_messages (diff) | |
| download | discord.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 'docs/api.rst')
0 files changed, 0 insertions, 0 deletions