Update mautrix-go
This commit is contained in:
parent
bb3e02c4d9
commit
d1d08d1ce4
3 changed files with 23 additions and 17 deletions
|
|
@ -51,7 +51,7 @@ func main() {
|
|||
var cfg Config
|
||||
exerrors.PanicIfNotNil(yaml.Unmarshal(cfgFile, &cfg))
|
||||
mp := exerrors.Must(mediaproxy.NewFromConfig(cfg.BasicConfig, getMedia))
|
||||
mp.KeyServer.Version.Name = "maunium-stickerpicker giphy proxy"
|
||||
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