mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/bridgeconfig: add missing copy for session transfer config
This commit is contained in:
parent
3473f91864
commit
e859fd8333
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ func doUpgrade(helper up.Helper) {
|
|||
helper.Copy(up.Str, "provisioning", "shared_secret")
|
||||
}
|
||||
helper.Copy(up.Bool, "provisioning", "debug_endpoints")
|
||||
helper.Copy(up.Bool, "provisioning", "enable_session_transfers")
|
||||
|
||||
helper.Copy(up.Bool, "direct_media", "enabled")
|
||||
helper.Copy(up.Str|up.Null, "direct_media", "media_id_prefix")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue