forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/activity_pub/object_validator.ex
This commit is contained in:
parent
f316882464
commit
d7aa0b645b
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ def validate(%{"type" => "Like"} = object, meta) do
|
||||||
|
|
||||||
def stringify_keys(object) do
|
def stringify_keys(object) do
|
||||||
object
|
object
|
||||||
|> Enum.map(fn {key, val} -> {to_string(key), val} end)
|
|> Map.new(fn {key, val} -> {to_string(key), val} end)
|
||||||
|> Enum.into(%{})
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def fetch_actor_and_object(object) do
|
def fetch_actor_and_object(object) do
|
||||||
|
|
Loading…
Reference in a new issue