mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 20:24:08 +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": {
|
"currently_active": {
|
||||||
"type": boolean,
|
"type": boolean,
|
||||||
"description": "Whether the user is currently active"
|
"description": "Whether the user is currently active"
|
||||||
|
},
|
||||||
|
"status_msg": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "An optional description to accompany the presence."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["presence"]
|
"required": ["presence"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue