|
|
@ -62,10 +62,10 @@ allOf:
|
|
|
|
currently_active:
|
|
|
|
currently_active:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Whether or not the user is currently using a device of theirs.
|
|
|
|
True if the user is likely to be interacting with their
|
|
|
|
For example, if the user's ``last_active_ago`` was within the
|
|
|
|
client. This may be indicated by the user having a
|
|
|
|
last few minutes, they may be considered ``currently_active``.
|
|
|
|
``last_active_ago`` within the last few minutes. Defaults
|
|
|
|
Defaults to false.
|
|
|
|
to false.
|
|
|
|
example: true
|
|
|
|
example: true
|
|
|
|
required: ['user_id', 'presence', 'last_active_ago']
|
|
|
|
required: ['user_id', 'presence', 'last_active_ago']
|
|
|
|
required: ['push']
|
|
|
|
required: ['push']
|
|
|
|