Add groups table to BOOLEAN_COLUMNS in synapse_port_db
This commit is contained in:
parent
cfa4e658e0
commit
e86cefcb6f
|
@ -42,6 +42,7 @@ BOOLEAN_COLUMNS = {
|
|||
"public_room_list_stream": ["visibility"],
|
||||
"device_lists_outbound_pokes": ["sent"],
|
||||
"users_who_share_rooms": ["share_private"],
|
||||
"groups": ["is_public"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue