Skip to content

Some Gateway fixes#1520

Draft
oh64 wants to merge 4 commits intospacebarchat:masterfrom
oh64:master
Draft

Some Gateway fixes#1520
oh64 wants to merge 4 commits intospacebarchat:masterfrom
oh64:master

Conversation

@oh64
Copy link
Contributor

@oh64 oh64 commented Feb 13, 2026

I'm trying to get the status and the guild member list working, as well as the missing guild-member-related endpoints (like /guilds/:id/members-search).
It's not working well at the moment, that's why it's a draft.

@oh64 oh64 changed the title update presence update handling and guild members things Some Gateway fixes Feb 14, 2026
@oh64
Copy link
Contributor Author

oh64 commented Feb 15, 2026

I don't understand why
[GatewaySocket] resetSocketOnError during CONNECTION_OPEN_SUPPLEMENTAL: Cannot read properties of undefined (reading 'status') TypeError: Cannot read properties of undefined (reading 'status')

Comment on lines -47 to +48
select: ["email"],
select: ["email"] as unknown as FindOptionsSelect<User>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FindOptionsSelect is a different type ({ email: true })

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.

2 participants