add missing boolean to synapse_port_db

pull/2288/head
Matthew 2017-06-16 20:51:19 +01:00
parent 776a070421
commit 3fafb7b189
1 changed files with 1 additions and 0 deletions

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"],
}