summaryrefslogtreecommitdiff
path: root/internal/web/rss.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/web/rss.go
parent[chore] add woodpecker ci/cd pipelines (#4061) (diff)
downloadgotosocial-93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1.tar.xz
[chore] Rewrite all remaining Github links
Diffstat (limited to 'internal/web/rss.go')
-rw-r--r--internal/web/rss.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/rss.go b/internal/web/rss.go
index e9fa5ca65..006ba4ec1 100644
--- a/internal/web/rss.go
+++ b/internal/web/rss.go
@@ -46,7 +46,7 @@ func (m *Module) rssFeedGETHandler(c *gin.Context) {
// Usernames on our instance will always be lowercase.
//
- // todo: https://github.com/superseriousbusiness/gotosocial/issues/1813
+ // todo: https://codeberg.org/superseriousbusiness/gotosocial/issues/1813
username = strings.ToLower(username)
// Retrieve the getRSSFeed function from the processor.