Conversation: Add accounts to output.
This commit is contained in:
parent
0da985182f
commit
76999c73a7
5 changed files with 23 additions and 3 deletions
|
|
@ -60,6 +60,7 @@ defmodule Pleroma.Conversation.Participation do
|
|||
order_by: [desc: p.updated_at]
|
||||
)
|
||||
|> Pleroma.Pagination.fetch_paginated(params)
|
||||
|> Repo.preload(conversation: [:users])
|
||||
end
|
||||
|
||||
def for_user_with_last_activity_id(user, params \\ %{}) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue