summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorKevin Liu <kevin@potatofrom.space>2017-02-11 20:44:16 -0500
committerGitHub <noreply@github.com>2017-02-11 20:44:16 -0500
commita02d609b1ffdc313fc1e06a68228ad2cb45919ec (patch)
tree7dee25cf623b0193c304eef7c76275527d69578e /scripts
parentMerge pull request #1896 from DanielDent/patch-1 (diff)
downloadsynapse-a02d609b1ffdc313fc1e06a68228ad2cb45919ec.tar.xz
Fix synapse_port_db failure (fixes #1902)
See https://matrix.to/#/!cURbafjkfsMDVwdRDQ:matrix.org/$148686272020hCgRD:potatofrom.space

Signed-off-by: Kevin Liu <kevin@potatofrom.space>
Diffstat (limited to 'scripts')
-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..4bd110c325 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_list_outbound_pokes": ["sent"],
 }