Remove non-existent variable
This commit is contained in:
parent
d1d08d1ce4
commit
3366dbc500
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ func main() {
|
|||
exerrors.PanicIfNotNil(yaml.Unmarshal(cfgFile, &cfg))
|
||||
mp := exerrors.Must(mediaproxy.NewFromConfig(cfg.BasicConfig, getMedia))
|
||||
mp.KeyServer.Version.Name = "mautrix-go + maunium-stickerpicker giphy proxy"
|
||||
mp.ForceProxyLegacyFederation = true
|
||||
if cfg.Destination != "" {
|
||||
destination = cfg.Destination
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue