mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.6.0 Hapuego
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ if(safetext($serversettings["serverinfo"]["server_activitypub"]) === "true"){
|
||||
"type" => "Person",
|
||||
"preferredUsername" => "".$userData["userid"]."",
|
||||
"name" => "".$userData["username"]."",
|
||||
"summary" => "".nl2br($userData["profile"])."",
|
||||
"summary" => "".preg_replace('/\r\n/i', "", nl2br($userData["profile"]))."",
|
||||
"followers" => "https://".$domain."/user/followers/?actor=@".$userid."",
|
||||
"following" => "https://".$domain."/user/following/?actor=@".$userid."",
|
||||
"inbox" => "https://".$domain."/user/inbox/?actor=@".$userid."",
|
||||
|
||||
Reference in New Issue
Block a user