Skip to content

Commit

Permalink
Merge pull request #210 from matrix-org/markjh/archived_flag
Browse files Browse the repository at this point in the history
Add an flag to include rooms the user has left in the sync.
  • Loading branch information
NegativeMjark committed Dec 4, 2015
2 parents 78e04d6 + 140206c commit c083aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/client-server/definitions/sync_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"description":
"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_leave": {
"description":
"Include rooms that the user has left in the sync, default false",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit c083aa8

Please sign in to comment.