Madeline
Madeline
Note: Have NOT tested recaptcha. Fairly sure it'll be fine though.
I think this could still be improved, but it works. Feel free to edit
* `/users/@me` PATCH would always require `username` field, breaking account claiming as the form only sent `email` and `password * Added a call to `adjustEmail` in `/users/@me` to prevent any...
https://discord.com/channels/806142446094385153/938936139732090931/967649413084348508  Categories on discord.com skip most of the invalid channel names checks, they also trim whitespace silently ( which is also trimmed client side )
Allows newer clients ( such as the one on ) to send register requests.
Partially resolves #762. Not sure which route in `/users/:id` should also be included?
Users can currently use the same discriminator are each other.
my recent refactor broke channel categories. they are also not properly sorted in READY gateway response
https://github.com/spacebarchat/docs/issues/70 Discord sets VANITY_URL guild feature if the guild has a vanity URL, not if it's allowed to have one which is the current spacebar behaviour.
https://github.com/spacebarchat/server/blob/ccc774168a0612c6892b7862141e58b28b029aec/src/gateway/opcodes/Identify.ts#L338  It's only sent if you're logged in with desktop clients, and READY will send 2 sessions for the 1 desktop session.