Add an flag to control whether rooms the user has left are included in the sync

This commit is contained in:
Mark Haines 2015-12-04 16:44:11 +00:00
parent 8c32627751
commit 79d109f7cc

View file

@ -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_archived": {
"description":
"Include rooms that the user has left in the sync, default false",
"type": "boolean"
} }
} }
}, },