mirror of https://gitlab.com/litecord/litecord.git
update IDENTIFY schema
This commit is contained in:
parent
871b9e3458
commit
e1b9886f03
|
|
@ -95,6 +95,7 @@ IDENTIFY_SCHEMA = {
|
|||
"required": False,
|
||||
},
|
||||
"browser_user_agent": {"type": "string", "required": False},
|
||||
"browser_version": {"type": "string", "required": False},
|
||||
},
|
||||
},
|
||||
"capabilities": {"type": "number", "required": False},
|
||||
|
|
|
|||
Loading…
Reference in New Issue