mirror of https://gitlab.com/litecord/litecord.git
schemas: fix GW_ACTIVITY
This commit is contained in:
parent
7e425229f9
commit
b5ac6e258e
|
|
@ -380,8 +380,6 @@ MESSAGE_CREATE = {
|
|||
|
||||
|
||||
GW_ACTIVITY = {
|
||||
'type': 'dict',
|
||||
'schema': {
|
||||
'name': {'type': 'string', 'required': True},
|
||||
'type': {'type': 'activity_type', 'required': True},
|
||||
|
||||
|
|
@ -433,7 +431,6 @@ GW_ACTIVITY = {
|
|||
|
||||
'instance': {'type': 'boolean', 'required': False},
|
||||
'flags': {'type': 'number', 'required': False},
|
||||
}
|
||||
}
|
||||
|
||||
GW_STATUS_UPDATE = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue