|
|
|
@ -49,11 +49,14 @@ paths:
|
|
|
|
|
properties:
|
|
|
|
|
presence:
|
|
|
|
|
type: string
|
|
|
|
|
enum: ["online", "offline", "unavailable", "free_for_chat"]
|
|
|
|
|
enum: ["online", "offline", "unavailable"]
|
|
|
|
|
description: The new presence state.
|
|
|
|
|
status_msg:
|
|
|
|
|
type: string
|
|
|
|
|
description: "The status message to attach to this state."
|
|
|
|
|
currently_online:
|
|
|
|
|
type: boolean
|
|
|
|
|
description: "Whether the user is currently active"
|
|
|
|
|
required: ["presence"]
|
|
|
|
|
responses:
|
|
|
|
|
200:
|
|
|
|
@ -94,7 +97,7 @@ paths:
|
|
|
|
|
properties:
|
|
|
|
|
presence:
|
|
|
|
|
type: string
|
|
|
|
|
enum: ["online", "offline", "unavailable", "free_for_chat"]
|
|
|
|
|
enum: ["online", "offline", "unavailable"]
|
|
|
|
|
description: This user's presence.
|
|
|
|
|
last_active_ago:
|
|
|
|
|
type: integer
|
|
|
|
@ -185,8 +188,6 @@ paths:
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"content": {
|
|
|
|
|
"avatar_url": "mxc://matrix.org/AfwefuigfWEfhuiPP",
|
|
|
|
|
"displayname": "Alice Margatroid",
|
|
|
|
|
"last_active_ago": 395,
|
|
|
|
|
"presence": "offline",
|
|
|
|
|
"user_id": "@alice:matrix.org"
|
|
|
|
@ -195,11 +196,10 @@ paths:
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"content": {
|
|
|
|
|
"avatar_url": "mxc://matrix.org/FWEhuiwegfWEfhuiwf",
|
|
|
|
|
"displayname": "Marisa Kirisame",
|
|
|
|
|
"last_active_ago": 16874,
|
|
|
|
|
"presence": "online",
|
|
|
|
|
"user_id": "@marisa:matrix.org"
|
|
|
|
|
"user_id": "@marisa:matrix.org",
|
|
|
|
|
"currently_active": true
|
|
|
|
|
},
|
|
|
|
|
"type": "m.presence"
|
|
|
|
|
}
|
|
|
|
|