Merge pull request #1904 from Pneumaticat/patch-1

Fix synapse_port_db failure (fixes #1902)
This commit is contained in:
Erik Johnston 2017-02-27 18:11:13 +00:00 committed by GitHub
commit 8eec652de5

View File

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