Skip to content

UserFlags should include 0 as a member #1219

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

Open
ghaaj opened this issue Apr 12, 2025 · 1 comment
Open

UserFlags should include 0 as a member #1219

ghaaj opened this issue Apr 12, 2025 · 1 comment
Labels

Comments

@ghaaj
Copy link

ghaaj commented Apr 12, 2025

Issue description

UserFlags can be 0 when the user has no flags, but there is no such member in the current definition.

Code sample

Package version

0.37.120

Runtime

Other / Browser

Runtime version

[email protected]

Priority this issue should have

Low (slightly annoying)

@ghaaj ghaaj added the bug label Apr 12, 2025
@Qjuh
Copy link
Member

Qjuh commented Apr 12, 2025

The enum shouldn’t include that though. It‘s a valid value for all properties that have UserFlags as type though. Unless you provide an actual case where this is an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@Qjuh @ghaaj and others