spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.49k stars 250 forks source link

User Object is missing newly implemented Flags Property #1131

Open MetaverseRPN opened 5 months ago

MetaverseRPN commented 5 months ago

Describe the bug It would appear the user object on the server is outdated and missing the newly implement flags property. https://discord.com/developers/docs/resources/user image This appears to be the new User_flags property(https://discord.com/developers/docs/resources/user#user-object-user-flags) that spacebar already implements database side according to here: https://docs.spacebar.chat/setup/server/configuration/userFlags/