From 00d20ea5bb013766a21c360775d87ef8325f4004 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sun, 16 Oct 2022 17:25:19 +0300 Subject: [PATCH] Website on branch source --- mastodon/apps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {