Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add is_public to groups table to allow for private groups #2582

Merged
merged 12 commits into from
Oct 27, 2017
1 change: 1 addition & 0 deletions scripts/synapse_port_db
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}


Expand Down
Loading