Delay unprepared posts

This commit is contained in:
Michael 2020-12-13 12:47:49 +00:00
commit 0eb4a600b0
8 changed files with 58 additions and 25 deletions

View file

@ -3382,7 +3382,6 @@ class Diaspora
}
if ($item['author-link'] != $item['owner-link']) {
require_once 'mod/share.php';
$body = BBCode::getShareOpeningTag($item['author-name'], $item['author-link'], $item['author-avatar'],
$item['plink'], $item['created']) . $body . '[/share]';
}