add lazy_load_members to the filter json schema

pull/3567/head
Matthew Hodgson 2018-05-29 04:26:10 +01:00
parent 8df7bad839
commit 9bbb9f5556
1 changed files with 4 additions and 1 deletions

View File

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