ConversationView: Align parameter names with other views.

This commit is contained in:
lain 2019-08-12 14:23:06 +02:00
commit 511ccea5aa
5 changed files with 7 additions and 7 deletions

View file

@ -209,7 +209,7 @@ defmodule Pleroma.Web.Streamer do
payload:
Pleroma.Web.MastodonAPI.ConversationView.render("participation.json", %{
participation: participation,
user: participation.user
for: participation.user
})
|> Jason.encode!()
}