diff options
author | Kevin Liu <kevin@potatofrom.space> | 2017-02-11 20:44:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-11 20:44:16 -0500 |
commit | a02d609b1ffdc313fc1e06a68228ad2cb45919ec (patch) | |
tree | 7dee25cf623b0193c304eef7c76275527d69578e /scripts | |
parent | Merge pull request #1896 from DanielDent/patch-1 (diff) | |
download | synapse-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-x | scripts/synapse_port_db | 1 |
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"], } |