privacy - remove rss endpoint from account controller

staging
multiple creatures 2019-07-21 16:52:09 -05:00
parent 6de7b8e021
commit 3582566a52
1 changed files with 0 additions and 7 deletions

View File

@ -32,13 +32,6 @@ class AccountsController < ApplicationController
end
end
format.rss do
mark_cacheable!
@statuses = cache_collection(default_statuses.without_reblogs.without_replies.limit(PAGE_SIZE), Status)
render xml: RSS::AccountSerializer.render(@account, @statuses)
end
format.json do
mark_cacheable!