summary refs log tree commit diff
path: root/scripts/synapse_port_db
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-15 14:36:44 +0000
committerErik Johnston <erik@matrix.org>2019-03-15 14:36:44 +0000
commit44c0661d9712d822e45666507e4a2ebdb0500fb1 (patch)
treedee85616a7d09a90c628829d154cc56f44dd500f /scripts/synapse_port_db
parentAdd some debug logging for device list handling (diff)
parentfix some typos in federate.md (diff)
downloadsynapse-44c0661d9712d822e45666507e4a2ebdb0500fb1.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into erikj/dinsic-merged-master
Diffstat (limited to 'scripts/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 3c7b606323..2fa01d1a18 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db
@@ -53,6 +53,7 @@ BOOLEAN_COLUMNS = { "group_summary_users": ["is_public"], "group_roles": ["is_public"], "local_group_membership": ["is_publicised", "is_admin"], + "e2e_room_keys": ["is_verified"], }