summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-02-27 18:11:13 +0000
committerGitHub <noreply@github.com>2017-02-27 18:11:13 +0000
commit8eec652de54d39894b799b302820bd5df7555fb9 (patch)
tree9ea6e6789db4e7878b8a2db30aa907b714c5aafb
parentMerge pull request #1954 from matrix-org/erikj/cache_device2 (diff)
parentFix typo (diff)
downloadsynapse-8eec652de54d39894b799b302820bd5df7555fb9.tar.xz
Merge pull request #1904 from Pneumaticat/patch-1
Fix synapse_port_db failure (fixes #1902)
-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 2cb2eab68b..ea367a1281 100755
--- a/scripts/synapse_port_db
+++ b/scripts/synapse_port_db
@@ -40,6 +40,7 @@ BOOLEAN_COLUMNS = {
     "presence_list": ["accepted"],
     "presence_stream": ["currently_active"],
     "public_room_list_stream": ["visibility"],
+    "device_lists_outbound_pokes": ["sent"],
 }