Merge branch 'bugfix/local-jsonld-context' into 'develop'
Host LitePub JSON-LD context locally See merge request pleroma/pleroma!435
This commit is contained in:
commit
7daa102fa4
3 changed files with 28 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
|
|||
%{
|
||||
"@context" => [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
"https://litepub.github.io/litepub/context.jsonld"
|
||||
"#{Web.base_url()}/schemas/litepub-0.1.jsonld"
|
||||
]
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue