mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Added logging, fixed indentation, call it from DFRN as well
This commit is contained in:
parent
abf841ff79
commit
e435102089
2 changed files with 11 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue