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>
pull/1904/head
Kevin Liu 2017-02-11 20:44:16 -05:00 committed by GitHub
parent 5c3cb8778a
commit a02d609b1f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ BOOLEAN_COLUMNS = {
"presence_list": ["accepted"],
"presence_stream": ["currently_active"],
"public_room_list_stream": ["visibility"],
"device_list_outbound_pokes": ["sent"],
}