Add new boolean column to synapse_port_db

This commit is contained in:
Brendan Abolivier
2019-10-24 12:38:48 +01:00
parent 2794b79052
commit 2891693da6

View File

@@ -66,6 +66,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"],