Streamer: Stream out Conversations/Participations.
This commit is contained in:
parent
8af55728e4
commit
81d1aa424d
7 changed files with 98 additions and 7 deletions
|
|
@ -63,10 +63,13 @@ defmodule Pleroma.Conversation do
|
|||
participation
|
||||
end)
|
||||
|
||||
%{
|
||||
conversation
|
||||
| participations: participations
|
||||
}
|
||||
{:ok,
|
||||
%{
|
||||
conversation
|
||||
| participations: participations
|
||||
}}
|
||||
else
|
||||
e -> {:error, e}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue