mirror of
https://github.com/friendica/friendica
synced 2025-02-22 14:38:14 +00:00
provide link to missing d* images
This commit is contained in:
parent
852ece39f4
commit
796056f810
1 changed files with 1 additions and 1 deletions
|
@ -1385,7 +1385,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
|
|||
$detail['guid'] = $item['guid'];
|
||||
$detail['handle'] = $myaddr;
|
||||
$images[] = $detail;
|
||||
$body = str_replace($detail['str'],t('link'),$body);
|
||||
$body = str_replace($detail['str'],$mtch[1],$body);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue