diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/formatter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/formatter.rb b/app/lib/formatter.rb index 9e06bcd4f..f859a2705 100644 --- a/app/lib/formatter.rb +++ b/app/lib/formatter.rb @@ -276,6 +276,7 @@ class Formatter return reformat(account.note) unless account.local? html = format_bbdown(account.note) html = encode_and_link_urls(html, keep_html: true) + html = reformat(html) html = encode_custom_emojis(html, account.emojis, options[:autoplay]) if options[:custom_emojify] html.html_safe # rubocop:disable Rails/OutputSafety end |