diff --git a/app/helpers/formatting_helper.rb b/app/helpers/formatting_helper.rb index e007417fb..26286125d 100644 --- a/app/helpers/formatting_helper.rb +++ b/app/helpers/formatting_helper.rb @@ -17,15 +17,15 @@ module FormattingHelper def status_content_format(status) base = html_aware_format(status.text, status.local?, preloaded_accounts: [status.account] + (status.respond_to?(:active_mentions) ? status.active_mentions.map(&:account) : []), content_type: status.content_type) - if status.quote? && status.local? - after_html = begin - "#{status.quote.to_log_permalink}" - end.html_safe # rubocop:disable Rails/OutputSafety - - base + after_html - else + # if status.quote? && status.local? + # after_html = begin + # "#{status.quote.to_log_permalink}" + # end.html_safe # rubocop:disable Rails/OutputSafety + # + # base + after_html + # else base - end + # end end def rss_status_content_format(status)