aboutsummaryrefslogtreecommitdiffstats
path: root/giphyproxy/main.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2025-06-29 19:12:40 +0300
committerTulir Asokan <tulir@maunium.net>2025-06-29 19:12:40 +0300
commitd1d08d1ce42be872fb8cb3a12543c0d60925cf00 (patch)
tree03a0e08623384d7864c6e991370a9db568840951 /giphyproxy/main.go
parentbb3e02c4d92e8b0113253a59e7fb938ff0aeb099 (diff)
Update mautrix-go
Diffstat (limited to 'giphyproxy/main.go')
-rw-r--r--giphyproxy/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/giphyproxy/main.go b/giphyproxy/main.go
index 7b43364..60c44b1 100644
--- a/giphyproxy/main.go
+++ b/giphyproxy/main.go
@@ -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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage