Merge pull request #1572 from turt2live/travis/c2s/sync-left-account-data

Add `account_data` to left rooms in /sync
pull/977/head
Travis Ralston 6 years ago committed by GitHub
commit 03065b0584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,6 +227,14 @@ paths:
room up to the point when the user left.
allOf:
- $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:
title: Presence
type: object

@ -0,0 +1 @@
Clarify that left rooms also have account data in ``/sync``.
Loading…
Cancel
Save