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.Web.Metadata.Utils.scrub_html()
|
||||||
|> Pleroma.Emoji.Formatter.demojify()
|
|> Pleroma.Emoji.Formatter.demojify()
|
||||||
|> Formatter.truncate(opts[:max_length], opts[:omission])
|
|> Formatter.truncate(opts[:max_length], opts[:omission])
|
||||||
|> escape()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def activity_description(data) do
|
def activity_description(data) do
|
||||||
|
|
Loading…
Reference in a new issue