Add groups table to BOOLEAN_COLUMNS in synapse_port_db

pull/2582/head
Luke Barnard 2017-10-26 17:24:54 +01:00
parent cfa4e658e0
commit e86cefcb6f
1 changed files with 1 additions and 0 deletions

View File

@ -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"],
}