diff options
Diffstat (limited to 'internal/web/rss.go')
| -rw-r--r-- | internal/web/rss.go | 2 |
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. |
