From 140206ca696e5860d4dab6bd95df3e134acff9d2 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 4 Dec 2015 17:32:59 +0000 Subject: [PATCH] s/archived/leave/ --- api/client-server/definitions/sync_filter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/definitions/sync_filter.json b/api/client-server/definitions/sync_filter.json index 96275c44..8884f7d1 100644 --- a/api/client-server/definitions/sync_filter.json +++ b/api/client-server/definitions/sync_filter.json @@ -19,7 +19,7 @@ "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"}] }, - "include_archived": { + "include_leave": { "description": "Include rooms that the user has left in the sync, default false", "type": "boolean"