|
|
|
@ -121,6 +121,14 @@ paths:
|
|
|
|
e.g. typing.
|
|
|
|
e.g. typing.
|
|
|
|
allOf:
|
|
|
|
allOf:
|
|
|
|
- $ref: "definitions/event_batch.json"
|
|
|
|
- $ref: "definitions/event_batch.json"
|
|
|
|
|
|
|
|
private_user_data:
|
|
|
|
|
|
|
|
title: Private User Data
|
|
|
|
|
|
|
|
type: object
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
The private data that this user has attached to
|
|
|
|
|
|
|
|
this room.
|
|
|
|
|
|
|
|
allOf:
|
|
|
|
|
|
|
|
- $ref: "definitions/event_batch.json"
|
|
|
|
invited:
|
|
|
|
invited:
|
|
|
|
title: Invited
|
|
|
|
title: Invited
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
@ -253,11 +261,18 @@ paths:
|
|
|
|
"ephemeral": {
|
|
|
|
"ephemeral": {
|
|
|
|
"events": [
|
|
|
|
"events": [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"room_id": "!726s6s6q:example.com",
|
|
|
|
|
|
|
|
"type": "m.typing",
|
|
|
|
"type": "m.typing",
|
|
|
|
"content": {"user_ids": ["@alice:example.com"]}
|
|
|
|
"content": {"user_ids": ["@alice:example.com"]}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"private_user_data": {
|
|
|
|
|
|
|
|
"events": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "m.tags",
|
|
|
|
|
|
|
|
"content": {"tags": ["work"]}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|