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

fix opcode 8 handler: onRequestGuildMembers #1233

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

dank074
Copy link
Contributor

@dank074 dank074 commented Nov 14, 2024

Addresses the following:

  • Query should not be case sensitive
  • When the query returns no member results, we should still return a guild member chunk with empty array of member results
  • There was a bug in the toPublicMember method that never set the user property of the Member entity object

Closes #1230

@dank074 dank074 changed the title fix op 8 https://github.com/spacebarchat/server/issues/1230 fix op 8 #1230 Nov 14, 2024
@dank074 dank074 changed the title fix op 8 #1230 fix opcode 8 handler: onRequestGuildMembers Nov 14, 2024
@MaddyUnderStars
Copy link
Member

Great work, thanks a lot

@MaddyUnderStars MaddyUnderStars merged commit 762287e into spacebarchat:master Nov 14, 2024
2 of 3 checks passed
@dank074 dank074 deleted the patch/fixOp8 branch November 14, 2024 21:01
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

Successfully merging this pull request may close these issues.

OP 8 is broken
2 participants