mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 16:39:47 +00:00
fix: feed item title was escaped twice
This commit is contained in:
parent
f3253c0c6a
commit
8d500977a6
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ defmodule Pleroma.Web.Feed.FeedView do
|
|||
|> Pleroma.Web.Metadata.Utils.scrub_html()
|
||||
|> Pleroma.Emoji.Formatter.demojify()
|
||||
|> Formatter.truncate(opts[:max_length], opts[:omission])
|
||||
|> escape()
|
||||
end
|
||||
|
||||
def activity_description(data) do
|
||||
|
|
Loading…
Reference in a new issue