gateway url repeated on image uploads

This commit is contained in:
Mike Macgirvin 2024-07-07 14:02:15 +10:00
parent 55a26cd8c3
commit 45514db329

View file

@ -116,7 +116,7 @@ class Wall_attach extends Controller
$s = EMPTY_STR;
if (intval($r['data']['is_photo'])) {
$s .= "\n\n" . str_replace(z_root() , Channel::getDidResolver($channel), $r['body']) . "\n";
$s .= "\n\n" . $r['body'] . "\n";
}
$url = Channel::getDidResolver($channel) . '/files/' . $r['data']['display_path'];