summaryrefslogtreecommitdiff
path: root/internal/web
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web')
-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.