mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:04:49 -04:00
ALL_USER_TYPES should be a tuple
This commit is contained in:
parent
7e41545e8b
commit
9ec56d6935
2 changed files with 2 additions and 1 deletions
|
@ -128,4 +128,4 @@ class UserTypes(object):
|
|||
'admin' and 'guest' users should also be UserTypes. Normal users are type None
|
||||
"""
|
||||
SUPPORT = "support"
|
||||
ALL_USER_TYPES = (SUPPORT)
|
||||
ALL_USER_TYPES = (SUPPORT,)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue