summaryrefslogtreecommitdiff
path: root/internal/ap/resolve.go
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-27 13:36:27 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 12:01:45 +0200
commit60aca6daa26fefeea881611f6254aa752884a880 (patch)
tree5059ddec6eeddca069c1739bddc20179b505162a /internal/ap/resolve.go
parent[chore] add woodpecker ci/cd pipelines (#4061) (diff)
downloadgotosocial-60aca6daa26fefeea881611f6254aa752884a880.tar.xz
[chore] Rewrite all remaining Github links
Diffstat (limited to 'internal/ap/resolve.go')
-rw-r--r--internal/ap/resolve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ap/resolve.go b/internal/ap/resolve.go
index 45107df69..096d00b49 100644
--- a/internal/ap/resolve.go
+++ b/internal/ap/resolve.go
@@ -78,7 +78,7 @@ func ResolveIncomingActivity(r *http.Request) (pub.Activity, bool, gtserror.With
}
// Normalize any Statusable, Accountable, Pollable fields found.
- // (see: https://github.com/superseriousbusiness/gotosocial/issues/1661)
+ // (see: https://codeberg.org/superseriousbusiness/gotosocial/issues/1661)
NormalizeIncomingActivity(activity, raw)
return activity, true, nil