projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d101bc
)
format the code
author
rinpatch
<rinpatch@sdf.org>
Thu, 14 Nov 2019 14:26:59 +0000
(17:26 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Thu, 14 Nov 2019 14:26:59 +0000
(17:26 +0300)
lib/pleroma/web/mastodon_api/views/conversation_view.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/mastodon_api/views/conversation_view.ex
b/lib/pleroma/web/mastodon_api/views/conversation_view.ex
index 51d6c0898b5307da04f68b85f8b3562c45a9f7ee..2220fbcb18e327673926e41ecfd0b4309f674223 100644
(file)
--- a/
lib/pleroma/web/mastodon_api/views/conversation_view.ex
+++ b/
lib/pleroma/web/mastodon_api/views/conversation_view.ex
@@
-12,7
+12,10
@@
defmodule Pleroma.Web.MastodonAPI.ConversationView do
alias Pleroma.Web.MastodonAPI.StatusView
def render("participations.json", %{participations: participations, for: user}) do
- safe_render_many(participations, __MODULE__, "participation.json", %{as: :participation, for: user})
+ safe_render_many(participations, __MODULE__, "participation.json", %{
+ as: :participation,
+ for: user
+ })
end
def render("participation.json", %{participation: participation, for: user}) do