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
|
@ -1473,6 +1473,8 @@ function diaspora_comment($importer,$xml,$msg) {
|
|||
DiasporaFetchGuid($datarray);
|
||||
$message_id = item_store($datarray);
|
||||
|
||||
$datarray['id'] = $message_id;
|
||||
|
||||
//if($message_id) {
|
||||
//q("update item set plink = '%s' where id = %d",
|
||||
// //dbesc($a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $message_id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue