mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge pull request #6247 from matrix-org/babolivier/port_db_column
Add new boolean column to synapse_port_db
This commit is contained in:
commit
0ef0b09d68
1
changelog.d/6247.bugfix
Normal file
1
changelog.d/6247.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Update list of boolean columns in `synapse_port_db`.
|
@ -68,6 +68,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"],
|
||||
|
Loading…
Reference in New Issue
Block a user