mirror of
https://github.com/friendica/friendica
synced 2025-04-28 12:24:23 +02:00
Quote of quotes are visually improved
This commit is contained in:
parent
c8406f6cd0
commit
028de0e228
2 changed files with 3 additions and 3 deletions
|
@ -2395,6 +2395,7 @@ class Diaspora
|
|||
$datarray = self::setDirection($datarray, $direction);
|
||||
|
||||
$datarray['body'] = DI::contentItem()->createSharedPostByGuid($root_guid, $importer['uid'], $original_person['url']);
|
||||
$datarray['body'] = Diaspora::replacePeopleGuid($datarray['body'], $datarray['author-link']);
|
||||
|
||||
/// @todo Copy tag data from original post
|
||||
Tag::storeFromBody($datarray['uri-id'], $datarray['body']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue