mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 12:08:37 +01:00
Update the m.presence schema to include status_msg
This commit is contained in:
parent
f78bb72be8
commit
1268b421ec
|
|
@ -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…
Reference in a new issue