From 93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sun, 27 Apr 2025 13:36:27 +0200 Subject: [chore] Rewrite all remaining Github links --- internal/processing/fedi/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing') diff --git a/internal/processing/fedi/user.go b/internal/processing/fedi/user.go index bf2f2a90e..53dfd6022 100644 --- a/internal/processing/fedi/user.go +++ b/internal/processing/fedi/user.go @@ -51,7 +51,7 @@ func (p *Processor) UserGet(ctx context.Context, requestedUsername string, reque // authenticate this request. However, we'll only serve // the bare minimum user profile needed for the pubkey. // - // TODO: https://github.com/superseriousbusiness/gotosocial/issues/1186 + // TODO: https://codeberg.org/superseriousbusiness/gotosocial/issues/1186 minimalPerson, err := p.converter.AccountToASMinimal(ctx, receiver) if err != nil { err := gtserror.Newf("error converting to minimal account: %w", err) -- cgit v1.2.3