Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket op code 14 sending members in the wrong order #1118

Open
MathMan05 opened this issue May 28, 2024 · 1 comment
Open

Websocket op code 14 sending members in the wrong order #1118

MathMan05 opened this issue May 28, 2024 · 1 comment

Comments

@MathMan05
Copy link
Contributor

Describe the bug
The order of members being served is incorrect.

To Reproduce
Steps to reproduce the behavior:

  1. send a JSON packet up the websocket in the form of {op: 14, d: {guild_id: guildid, channels: {[channel]: [[0, 99]]}}}
  2. 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

@MathMan05
Copy link
Contributor Author

Also the online count is exactly wrong
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant