mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-19 11:03:58 +01:00
add lazy_load_members to the filter json schema
This commit is contained in:
parent
8df7bad839
commit
9bbb9f5556
1 changed files with 4 additions and 1 deletions
|
@ -112,7 +112,10 @@ ROOM_EVENT_FILTER_SCHEMA = {
|
|||
},
|
||||
"contains_url": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"lazy_load_members": {
|
||||
"type": "boolean"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue