mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-18 13:51:54 +00:00
Merge branch 'cedricvanrompay-master-patch-57493' into 'master'
update location of litepub JSON-LD context See merge request framasoft/mobilizon!771
This commit is contained in:
commit
53d7748f9e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ defmodule Mobilizon.Federation.ActivityPub.Utils do
|
||||||
%{
|
%{
|
||||||
"@context" => [
|
"@context" => [
|
||||||
"https://www.w3.org/ns/activitystreams",
|
"https://www.w3.org/ns/activitystreams",
|
||||||
"https://litepub.social/litepub/context.jsonld",
|
"https://litepub.social/context.jsonld",
|
||||||
%{
|
%{
|
||||||
"sc" => "http://schema.org#",
|
"sc" => "http://schema.org#",
|
||||||
"ical" => "http://www.w3.org/2002/12/cal/ical#",
|
"ical" => "http://www.w3.org/2002/12/cal/ical#",
|
||||||
|
|
Loading…
Reference in a new issue