summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorKevin Liu <kevin@potatofrom.space>2017-02-11 20:49:31 -0500
committerGitHub <noreply@github.com>2017-02-11 20:49:31 -0500
commit70a00eacf9ebdca70966fa8c343d55d6e9232973 (patch)
tree33dc5bb3b56c2108e59ce9d8ab8875f77fd6840a /scripts
parentFix synapse_port_db failure (fixes #1902) (diff)
downloadsynapse-70a00eacf9ebdca70966fa8c343d55d6e9232973.tar.xz
Fix typo
This is what I get for not proofreading
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/synapse_port_db2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db
index 4bd110c325..ea367a1281 100755
--- a/scripts/synapse_port_db
+++ b/scripts/synapse_port_db
@@ -40,7 +40,7 @@ BOOLEAN_COLUMNS = {
     "presence_list": ["accepted"],
     "presence_stream": ["currently_active"],
     "public_room_list_stream": ["visibility"],
-    "device_list_outbound_pokes": ["sent"],
+    "device_lists_outbound_pokes": ["sent"],
 }