This commit is contained in:
notfire 2025-03-10 10:20:17 -04:00
parent e10610acc0
commit db756293aa
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,8 @@ if ($arr["isrespondedto"] == "f") {
} }
$resp = curl_exec($ch); $resp = curl_exec($ch);
fwrite(STDERR, curl_error());
fwrite(STDERR, curl_getinfo());
$jsonResp = json_decode($resp, true); $jsonResp = json_decode($resp, true);
$fediID = $jsonResp["id"]; $fediID = $jsonResp["id"];

View file

@ -37,7 +37,7 @@ if (pg_num_rows($qresp) === 0 || $arr["ispublic"] === "f" || $arr["isrespondedto
echo("<div class=\"time\">" . $arr["time"] . "</div>"); echo("<div class=\"time\">" . $arr["time"] . "</div>");
echo("<div class=\"response\">" . $arr["responsetext"] . ""); echo("<div class=\"response\">" . $arr["responsetext"] . "");
echo("<div class=\"time\">" . $arr["responsetime"] . "</div></div>"); echo("<div class=\"time\">" . $arr["responsetime"] . "</div></div>");
if ($i["iscwed"] === "t") { if ($arr["iscwed"] === "t") {
echo("</details></div>"); echo("</details></div>");
} else { } else {
echo("</div>"); echo("</div>");