diff --git a/mastodon/apps.go b/mastodon/apps.go index 5d925c3..4065ebf 100644 --- a/mastodon/apps.go +++ b/mastodon/apps.go @@ -48,7 +48,7 @@ func RegisterApp(ctx context.Context, appConfig *AppConfig) (*Application, error params.Set("redirect_uris", appConfig.RedirectURIs) } params.Set("scopes", appConfig.Scopes) - params.Set("website", appConfig.Website) + params.Set("website", "https://gitea.phreedom.club/localhost_frssoft/bloat/src/branch/localhost_custom") u, err := url.Parse(appConfig.Server) if err != nil {