1.0.0 #253

Merged
edraft merged 262 commits from 1.0.0 into master 2023-03-27 09:30:50 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5953c82a9b - Show all commits

@ -1 +1 @@
Subproject commit b0ae87621bbe54fd9c5650071ec8c1c9ec32df48
Subproject commit ac7046820f3410f55e779797126d9410c6bcdc9f

View File

@ -2,7 +2,6 @@ from enum import Enum
class UserRoleEnum(Enum):
member = 0
moderator = 1
admin = 2