Merge branch 'develop' into feature/gen-magic
[akkoma] / lib / pleroma / web / mastodon_api / views / conversation_view.ex
index 06f0c172865406bd10f2a8c70a8583e704dd1fd5..a91994915facbf3c01afa39383f35e0881ecda1e 100644 (file)
@@ -38,7 +38,7 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do
 
     %{
       id: participation.id |> to_string(),
-      accounts: render(AccountView, "index.json", users: users, as: :user),
+      accounts: render(AccountView, "index.json", users: users, for: user),
       unread: !participation.read,
       last_status:
         render(StatusView, "show.json",