mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 17:37:15 +08:00
FIX: update RSS description for public/private posts
This commit is contained in:
@ -70,7 +70,7 @@ class PostsController < ApplicationController
|
||||
@posts = posts
|
||||
@title = "#{SiteSetting.title} - #{rss_description}"
|
||||
@link = Discourse.base_url
|
||||
@description = I18n.t("rss_description.posts")
|
||||
@description = rss_description
|
||||
render 'posts/latest', formats: [:rss]
|
||||
end
|
||||
format.json do
|
||||
|
Reference in New Issue
Block a user