add missing boolean to synapse_port_db

This commit is contained in:
Matthew 2017-06-16 20:51:19 +01:00
parent 776a070421
commit 3fafb7b189

View File

@ -41,6 +41,7 @@ BOOLEAN_COLUMNS = {
"presence_stream": ["currently_active"],
"public_room_list_stream": ["visibility"],
"device_lists_outbound_pokes": ["sent"],
"users_who_share_rooms": ["share_private"],
}