adding language tag

This commit is contained in:
Alexander Strizhakov 2019-04-08 11:03:10 +00:00 committed by lambda
commit 36c0a10fdf
2 changed files with 16 additions and 1 deletions

View file

@ -99,7 +99,10 @@ defmodule Pleroma.Web.ActivityPub.Utils do
%{
"@context" => [
"https://www.w3.org/ns/activitystreams",
"#{Web.base_url()}/schemas/litepub-0.1.jsonld"
"#{Web.base_url()}/schemas/litepub-0.1.jsonld",
%{
"@language" => "und"
}
]
}
end