0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

Add new boolean column to synapse_port_db

This commit is contained in:
Brendan Abolivier 2019-10-24 12:38:48 +01:00
parent 2794b79052
commit 2891693da6
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -66,6 +66,7 @@ BOOLEAN_COLUMNS = {
"presence_list": ["accepted"],
"presence_stream": ["currently_active"],
"public_room_list_stream": ["visibility"],
"devices": ["hidden"],
"device_lists_outbound_pokes": ["sent"],
"users_who_share_rooms": ["share_private"],
"groups": ["is_public"],