add lazy_load_members to the filter json schema

This commit is contained in:
Matthew Hodgson 2018-05-29 04:26:10 +01:00
parent 8df7bad839
commit 9bbb9f5556

View File

@ -112,7 +112,10 @@ ROOM_EVENT_FILTER_SCHEMA = {
}, },
"contains_url": { "contains_url": {
"type": "boolean" "type": "boolean"
} },
"lazy_load_members": {
"type": "boolean"
},
} }
} }