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

Commit

Permalink
Add groups table to BOOLEAN_COLUMNS in synapse_port_db
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Barnard committed Oct 26, 2017
1 parent cfa4e65 commit e86cefc
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit e86cefc

Please sign in to comment.