mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
The ID field will be stored with notifications as well.
This commit is contained in:
parent
261cd441c7
commit
e2827c0af7
3 changed files with 9 additions and 0 deletions
|
@ -3660,6 +3660,9 @@ function local_delivery($importer,$data) {
|
|||
$parent = 0;
|
||||
|
||||
if($posted_id) {
|
||||
|
||||
$datarray["id"] = $posted_id;
|
||||
|
||||
$r = q("SELECT `parent`, `parent-uri` FROM `item` WHERE `id` = %d AND `uid` = %d LIMIT 1",
|
||||
intval($posted_id),
|
||||
intval($importer['importer_uid'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue