Skip to content
Snippets Groups Projects
Unverified Commit aa955f2d authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #4392 from matrix-org/neilj/fix_user_type_typo

ALL_USER_TYPES should be a tuple
parents 7e41545e 9ec56d69
Branches
Tags
No related merge requests found
Fix typo in ALL_USER_TYPES definition to ensure type is a tuple
......@@ -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,)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment