From e712466dca3370e6ca40755e3575da46a5cac87f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 20 Aug 2018 10:44:28 -0600 Subject: [PATCH] Improve description for currently_active --- .../definitions/event-schemas/m.presence.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/server-server/definitions/event-schemas/m.presence.yaml b/api/server-server/definitions/event-schemas/m.presence.yaml index b9c5f754..7a1dba60 100644 --- a/api/server-server/definitions/event-schemas/m.presence.yaml +++ b/api/server-server/definitions/event-schemas/m.presence.yaml @@ -62,10 +62,10 @@ allOf: currently_active: type: boolean description: |- - Whether or not the user is currently using a device of theirs. - For example, if the user's ``last_active_ago`` was within the - last few minutes, they may be considered ``currently_active``. - Defaults to false. + True if the user is likely to be interacting with their + client. This may be indicated by the user having a + ``last_active_ago`` within the last few minutes. Defaults + to false. example: true required: ['user_id', 'presence', 'last_active_ago'] required: ['push']