Added logging, fixed indentation, call it from DFRN as well

This commit is contained in:
Michael 2019-12-05 05:28:28 +00:00
parent abf841ff79
commit e435102089
2 changed files with 11 additions and 4 deletions

View file

@ -2537,6 +2537,9 @@ class DFRN
}
}
// Ensure to have the correct share data
$item = Item::addShareDataFromOriginal($item);
if ($entrytype == DFRN::REPLY_RC) {
$item["wall"] = 1;
} elseif ($entrytype == DFRN::TOP_LEVEL) {