From 3fafb7b1893075f6a8ffabb191192395bb367710 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 16 Jun 2017 20:51:19 +0100 Subject: [PATCH] add missing boolean to synapse_port_db --- scripts/synapse_port_db | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 6782b663e..7d158a46a 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -41,6 +41,7 @@ BOOLEAN_COLUMNS = { "presence_stream": ["currently_active"], "public_room_list_stream": ["visibility"], "device_lists_outbound_pokes": ["sent"], + "users_who_share_rooms": ["share_private"], }