mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
mediaproxy: adjust default /version response
This commit is contained in:
parent
3e302fb46f
commit
bd2c40e815
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ func New(serverName string, serverKey string, getMedia GetMediaFunc) (*MediaProx
|
|||
WellKnownTarget: fmt.Sprintf("%s:443", serverName),
|
||||
Version: federation.ServerVersion{
|
||||
Name: "mautrix-go media proxy",
|
||||
Version: mautrix.Version,
|
||||
Version: strings.TrimPrefix(mautrix.VersionWithCommit, "v"),
|
||||
},
|
||||
},
|
||||
}, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue