forked from potsda.mn/mobilizon
fix(activitypub): add missing externalParticipationUrl context
Closes #1376 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
0d31872737
commit
8795576865
|
@ -126,6 +126,10 @@ defmodule Mobilizon.Federation.ActivityPub.Utils do
|
||||||
"@type" => "sc:Boolean",
|
"@type" => "sc:Boolean",
|
||||||
"@id" => "mz:isOnline"
|
"@id" => "mz:isOnline"
|
||||||
},
|
},
|
||||||
|
"externalParticipationUrl" => %{
|
||||||
|
"@id" => "mz:externalParticipationUrl",
|
||||||
|
"@type" => "sc:URL"
|
||||||
|
},
|
||||||
"PropertyValue" => "sc:PropertyValue",
|
"PropertyValue" => "sc:PropertyValue",
|
||||||
"value" => "sc:value",
|
"value" => "sc:value",
|
||||||
"propertyID" => "sc:propertyID",
|
"propertyID" => "sc:propertyID",
|
||||||
|
|
Loading…
Reference in a new issue