0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-03 11:18:56 +02:00

Add groups table to BOOLEAN_COLUMNS in synapse_port_db

This commit is contained in:
Luke Barnard 2017-10-26 17:24:54 +01:00
parent cfa4e658e0
commit e86cefcb6f

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