mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
Fix synapse_port_db failure (fixes #1902)
See https://matrix.to/#/!cURbafjkfsMDVwdRDQ:matrix.org/$148686272020hCgRD:potatofrom.space Signed-off-by: Kevin Liu <kevin@potatofrom.space>
This commit is contained in:
parent
5c3cb8778a
commit
a02d609b1f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ BOOLEAN_COLUMNS = {
|
|||
"presence_list": ["accepted"],
|
||||
"presence_stream": ["currently_active"],
|
||||
"public_room_list_stream": ["visibility"],
|
||||
"device_list_outbound_pokes": ["sent"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue