Skip to content

Conversation

@apophisnow
Copy link

This change supports the party mode feature by allowing for a guest type.

@marcelveldt marcelveldt changed the title Feature: Party mode Add guest to user role enum Jan 4, 2026
Copy link
Member

@marcelveldt marcelveldt left a comment

Choose a reason for hiding this comment

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

Thanks, @apophisnow

@marcelveldt marcelveldt marked this pull request as ready for review January 4, 2026 00:38
@marcelveldt
Copy link
Member

In hindsight we should have gone with an IntEnum for the UserRole so you can do things like require user role >= user etc
Maybe we can still do that but it will be a breaking change massively. So maybe instead we can add some mapping into the UserRole to an int value or make it a IntEnum but override its str method ?

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