Transmit the quoted part in the source
This commit is contained in:
@@ -597,7 +597,7 @@ class Item
|
||||
return $body;
|
||||
}
|
||||
|
||||
return $body . "\n" . $this->createSharedBlockByArray($shared_item, true);
|
||||
return BBCode::removeSharedData($body) . "\n" . $this->createSharedBlockByArray($shared_item, true);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -748,6 +748,8 @@ class Item
|
||||
return $body;
|
||||
}
|
||||
|
||||
$body = BBCode::removeSharedData($body);
|
||||
|
||||
$body .= "\n♲ " . ($post['plink'] ?: $post['uri']);
|
||||
|
||||
return $body;
|
||||
|
||||
Reference in New Issue
Block a user