diff --git a/event-schemas/schema/m.presence b/event-schemas/schema/m.presence index 3c884fd6..540fc7a0 100644 --- a/event-schemas/schema/m.presence +++ b/event-schemas/schema/m.presence @@ -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"]