server
server copied to clipboard
Websocket op code 14 sending members in the wrong order
Describe the bug The order of members being served is incorrect.
To Reproduce Steps to reproduce the behavior:
- send a JSON packet up the websocket in the form of {op: 14, d: {guild_id: guildid, channels: {[channel]: [[0, 99]]}}}
- observe the responce from the server, you'll notice the server first serves the roles, then offline people, and eventually online people, if you can't see the online people, you can expand 99 to a larger number to capture said group.
Expected behavior roles => online => offline
System Information (please complete the following information): Not relivent
Additional context Bug spotted with Jank Client
Also the online count is exactly wrong