Fix specs.
This commit is contained in:
parent
dea29d707c
commit
5a371892a0
2 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ defmodule Pleroma.Factory do
|
|||
|
||||
%Pleroma.Activity{
|
||||
data: data,
|
||||
actor: data["actor"]
|
||||
actor: data["actor"],
|
||||
recipients: data["to"]
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue