Update the m.presence schema to include status_msg

This commit is contained in:
Travis Ralston 2018-12-10 15:44:01 -07:00 committed by GitHub
parent f78bb72be8
commit 1268b421ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]