Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
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
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 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/