Skip to content
Snippets Groups Projects
Commit 3fafb7b1 authored by Matthew's avatar Matthew
Browse files

add missing boolean to synapse_port_db

parent 776a0704
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment