Update the m.presence schema to include status_msg

pull/1744/head
Travis Ralston 6 years ago committed by GitHub
parent f78bb72be8
commit 1268b421ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save