this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrpc: switch to versioninfo

+2 -2
+2 -2
xrpc/xrpc.go
··· 12 12 "strings" 13 13 14 14 "github.com/bluesky-social/indigo/util" 15 - "github.com/bluesky-social/indigo/util/version" 15 + "github.com/carlmjohnson/versioninfo" 16 16 ) 17 17 18 18 type Client struct { ··· 111 111 if c.UserAgent != nil { 112 112 req.Header.Set("User-Agent", *c.UserAgent) 113 113 } else { 114 - req.Header.Set("User-Agent", "indigo/"+version.Version) 114 + req.Header.Set("User-Agent", "indigo/"+versioninfo.Short()) 115 115 } 116 116 117 117 if c.Headers != nil {