mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add bot type
This commit is contained in:
parent
8767b63a82
commit
d9b8cf81be
@ -122,7 +122,8 @@ class UserTypes(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
SUPPORT = "support"
|
SUPPORT = "support"
|
||||||
ALL_USER_TYPES = (SUPPORT,)
|
BOT = "bot"
|
||||||
|
ALL_USER_TYPES = (SUPPORT, BOT)
|
||||||
|
|
||||||
|
|
||||||
class RelationTypes(object):
|
class RelationTypes(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user