summaryrefslogtreecommitdiff
path: root/internal/processing/fedi/user.go
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-27 13:36:27 +0200
committerLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-27 13:40:22 +0200
commit93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 (patch)
tree0e487b1f0d32ac0d45589198fb573b89e48afd8b /internal/processing/fedi/user.go
parent[chore] add woodpecker ci/cd pipelines (#4061) (diff)
downloadgotosocial-93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1.tar.xz
[chore] Rewrite all remaining Github links
Diffstat (limited to 'internal/processing/fedi/user.go')
-rw-r--r--internal/processing/fedi/user.go2
1 files changed, 1 insertions, 1 deletions
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)