diff --git a/routers/web/user/home.go b/routers/web/user/home.go index 3ff4efc489..31ee0e40df 100644 --- a/routers/web/user/home.go +++ b/routers/web/user/home.go @@ -743,7 +743,6 @@ func UsernameSubRoute(ctx *context.Context) { return } if reloadParam(".rss") { - context.UserAssignmentWeb()(ctx) feed.ShowUserFeedRSS(ctx) } case strings.HasSuffix(username, ".atom"):