0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-23 21:18:20 +02:00

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": {
"type": "boolean"
}
},
"lazy_load_members": {
"type": "boolean"
},
}
}