Update the m.presence schema to include status_msg
This commit is contained in:
parent
f78bb72be8
commit
1268b421ec
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
"currently_active": {
|
||||
"type": boolean,
|
||||
"description": "Whether the user is currently active"
|
||||
},
|
||||
"status_msg": {
|
||||
"type": "string",
|
||||
"description": "An optional description to accompany the presence."
|
||||
}
|
||||
},
|
||||
"required": ["presence"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue