mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
The "id" field is now filled in the notifications. This is needed for the new condensed notifications.
This commit is contained in:
parent
7ec2161567
commit
bcd20d5763
4 changed files with 12 additions and 0 deletions
|
@ -1623,6 +1623,7 @@ function twitter_fetchhometimeline($a, $uid) {
|
|||
continue;
|
||||
|
||||
$item = item_store($postarray);
|
||||
$postarray["id"] = $item;
|
||||
|
||||
logger('twitter_fetchhometimeline: User '.$self["nick"].' posted home timeline item '.$item);
|
||||
|
||||
|
@ -1666,6 +1667,7 @@ function twitter_fetchhometimeline($a, $uid) {
|
|||
continue;
|
||||
|
||||
$item = item_store($postarray);
|
||||
$postarray["id"] = $item;
|
||||
|
||||
if (!isset($postarray["parent"]) OR ($postarray["parent"] == 0))
|
||||
$postarray["parent"] = $item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue