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",
|
||||
"@id" => "mz:isOnline"
|
||||
},
|
||||
"externalParticipationUrl" => %{
|
||||
"@id" => "mz:externalParticipationUrl",
|
||||
"@type" => "sc:URL"
|
||||
},
|
||||
"PropertyValue" => "sc:PropertyValue",
|
||||
"value" => "sc:value",
|
||||
"propertyID" => "sc:propertyID",
|
||||
|
Loading…
Reference in New Issue
Block a user