mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-18 17:14:10 +02:00
Add account_data to left rooms in /sync
Fixes https://github.com/matrix-org/matrix-doc/issues/1392
This commit is contained in:
parent
32ce676eb6
commit
008ebb8c1a
|
|
@ -227,6 +227,14 @@ paths:
|
||||||
room up to the point when the user left.
|
room up to the point when the user left.
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: "definitions/timeline_batch.yaml"
|
- $ref: "definitions/timeline_batch.yaml"
|
||||||
|
account_data:
|
||||||
|
title: Account Data
|
||||||
|
type: object
|
||||||
|
description: |-
|
||||||
|
The private data that this user has attached to
|
||||||
|
this room.
|
||||||
|
allOf:
|
||||||
|
- $ref: "definitions/event_batch.yaml"
|
||||||
presence:
|
presence:
|
||||||
title: Presence
|
title: Presence
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue