mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19: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
|
@ -1250,6 +1250,7 @@ function pumpio_dopost(&$a, $client, $uid, $self, $post, $own_id, $threadcomplet
|
|||
return false;
|
||||
|
||||
$top_item = item_store($postarray);
|
||||
$postarray["id"] = $top_item;
|
||||
|
||||
if (($top_item == 0) AND ($post->verb == "update")) {
|
||||
$r = q("UPDATE `item` SET `title` = '%s', `body` = '%s' , `changed` = '%s' WHERE `uri` = '%s' AND `uid` = %d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue