format feed_view.ex

This commit is contained in:
faried nawaz 2023-03-06 01:16:24 +05:00
parent d3f22d24f6
commit 117a53b88e
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ defmodule Pleroma.Web.Feed.FeedView do
def activity_title(%{"content" => content} = data, opts \\ %{}) do
summary = Map.get(data, "summary", "")
title =
cond do
summary != "" -> summary