mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.5.4 Combeny
This commit is contained in:
+2
-2
@@ -77,13 +77,13 @@ if(safetext($serversettings["serverinfo"]["server_activitypub"]) === "true"){
|
||||
"icon" => array(
|
||||
"type" => "Image",
|
||||
"mediaType" => "image/".$icon_kakucho_ci."",
|
||||
"url" => "https://".$domain."/".$userData["iconname"]."",
|
||||
"url" => localcloudURLtoAPI(localcloudURL($userData["iconname"])),
|
||||
),
|
||||
|
||||
"image" => array(
|
||||
"type" => "Image",
|
||||
"mediaType" => "image/".$icon_kakucho_ci."",
|
||||
"url" => "https://".$domain."/".$userData["headname"]."",
|
||||
"url" => localcloudURLtoAPI(localcloudURL($userData["headname"])),
|
||||
),
|
||||
|
||||
/*"publicKey" => array(
|
||||
|
||||
Reference in New Issue
Block a user