summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew <matthew@matrix.org>2017-06-16 20:51:19 +0100
committerMatthew <matthew@matrix.org>2017-06-16 20:51:19 +0100
commit3fafb7b1893075f6a8ffabb191192395bb367710 (patch)
tree8bda2816c935c52322a1eb9da09a446ab43624c6
parentfix synapse_port script (diff)
downloadsynapse-3fafb7b1893075f6a8ffabb191192395bb367710.tar.xz
add missing boolean to synapse_port_db
-rwxr-xr-xscripts/synapse_port_db1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db
index 6782b663e6..7d158a46a4 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"],
 }