Skip to content
Snippets Groups Projects
Unverified Commit 0ef0b09d authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Merge pull request #6247 from matrix-org/babolivier/port_db_column

Add new boolean column to synapse_port_db
parents ff39cb46 ef8d76be
No related branches found
No related tags found
No related merge requests found
Update list of boolean columns in `synapse_port_db`.
......@@ -68,6 +68,7 @@ BOOLEAN_COLUMNS = {
"presence_list": ["accepted"],
"presence_stream": ["currently_active"],
"public_room_list_stream": ["visibility"],
"devices": ["hidden"],
"device_lists_outbound_pokes": ["sent"],
"users_who_share_rooms": ["share_private"],
"groups": ["is_public"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment