logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8d500977a6ce9b0fd461c16ee2b343bab510e27f
parent f3253c0c6a0f6350437fc701023b375ecb1b7bc6
Author: faried nawaz <faried@gmail.com>
Date:   Tue, 15 Nov 2022 23:29:40 +0500

fix: feed item title was escaped twice

Diffstat:

Mlib/pleroma/web/feed/feed_view.ex1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/web/feed/feed_view.ex b/lib/pleroma/web/feed/feed_view.ex @@ -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