mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Merge pull request #210 from matrix-org/markjh/archived_flag
Add an flag to include rooms the user has left in the sync.
This commit is contained in:
commit
c083aa8d22
|
|
@ -18,6 +18,11 @@
|
||||||
"description":
|
"description":
|
||||||
"The events that aren't recorded in the room history, e.g. typing and receipts, to include for rooms.",
|
"The events that aren't recorded in the room history, e.g. typing and receipts, to include for rooms.",
|
||||||
"allOf": [{"$ref": "room_event_filter.json"}]
|
"allOf": [{"$ref": "room_event_filter.json"}]
|
||||||
|
},
|
||||||
|
"include_leave": {
|
||||||
|
"description":
|
||||||
|
"Include rooms that the user has left in the sync, default false",
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue