diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-17 10:58:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 10:58:33 +0100 |
commit | cbb0153bd0945a6aaf612850e1fa6c788336c01b (patch) | |
tree | ecb5fa13c71e44e87cf3fa6e73dd7f4024fa7ea1 /app/controllers | |
parent | 7fdeed5fbca1b6b761029870f02a3f812288f0aa (diff) |
Fix invalid/empty RSS feed link on account pages (#20772)
Fixes #20770
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/accounts_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb index 5ceea5d3c..56229fd05 100644 --- a/app/controllers/accounts_controller.rb +++ b/app/controllers/accounts_controller.rb @@ -17,6 +17,8 @@ class AccountsController < ApplicationController respond_to do |format| format.html do expires_in 0, public: true unless user_signed_in? + + @rss_url = rss_url end format.rss do |