mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 07:29:29 -05:00
add lazy_load_members to the filter json schema
This commit is contained in:
parent
8df7bad839
commit
9bbb9f5556
@ -112,7 +112,10 @@ ROOM_EVENT_FILTER_SCHEMA = {
|
|||||||
},
|
},
|
||||||
"contains_url": {
|
"contains_url": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
},
|
||||||
|
"lazy_load_members": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user