From 9fef3c3b1203b8001408cdbd129a4049059cf44e Mon Sep 17 00:00:00 2001 From: Andrew Pietila Date: Fri, 29 Sep 2023 14:25:21 -0500 Subject: [PATCH] Temporarily disable that? --- app/helpers/formatting_helper.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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)