의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
turn on attach display
This commit is contained in:
부모
87de839974
커밋
bc8eba4884
1개의 변경된 파일과 2개의 추가작업 그리고 2개의 파일을 삭제
|
@ -184,7 +184,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
$drop = replace_macros($droptpl,array('$id' => $item['id']));
|
||||
$lock = '<div class="wall-item-lock"></div>';
|
||||
|
||||
$body = prepare_body($item);
|
||||
$body = prepare_body($item,true);
|
||||
|
||||
$o .= replace_macros($tpl,array(
|
||||
'$id' => $item['item_id'],
|
||||
|
@ -443,7 +443,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
|
||||
// Build the HTML
|
||||
|
||||
$body = prepare_body($item);
|
||||
$body = prepare_body($item,true);
|
||||
|
||||
|
||||
$tmp_item = replace_macros($template,array(
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue