You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The order of members being served is incorrect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
roles => online => offline
System Information (please complete the following information):
Not relivent
Additional context
Bug spotted with Jank Client
The text was updated successfully, but these errors were encountered: