Compare commits

...

1 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ defp fix(data) do
|> fix_url()
|> fix_tag()
|> fix_replies()
|> Transmogrifier.fix_attachments()
|> Transmogrifier.fix_emoji()
|> Transmogrifier.fix_content_map()
end