LikeValidator: Use Recipients Type.

This commit is contained in:
lain 2020-04-29 19:08:36 +02:00
parent b8056e69e0
commit 78c864cbee
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.LikeValidator do
field(:object, Types.ObjectID)
field(:actor, Types.ObjectID)
field(:context, :string)
field(:to, {:array, :string})
field(:cc, {:array, :string})
field(:to, Types.Recipients)
field(:cc, Types.Recipients)
end
def cast_and_validate(data) do