From 5fcd87a94a07b30b70967603bc9256b08707e600 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 13 Feb 2024 17:29:50 +0100 Subject: [PATCH] also add sharkey to the fediverse URL endpoint --- backend/routes/v1/auth/fediverse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routes/v1/auth/fediverse.go b/backend/routes/v1/auth/fediverse.go index fe4a110..fa3ecec 100644 --- a/backend/routes/v1/auth/fediverse.go +++ b/backend/routes/v1/auth/fediverse.go @@ -68,7 +68,7 @@ func (s *Server) noAppFediverseURL(ctx context.Context, w http.ResponseWriter, r case "iceshrimp": softwareName = "firefish" fallthrough - case "misskey", "foundkey", "calckey", "firefish": + case "misskey", "foundkey", "calckey", "firefish", "sharkey": return s.noAppMisskeyURL(ctx, w, r, softwareName, instance) case "mastodon", "pleroma", "akkoma", "pixelfed", "gotosocial": case "glitchcafe", "hometown":