1
1
Fork 0

The ID field will be stored with notifications as well.

This commit is contained in:
Michael Vogel 2015-04-21 10:14:20 +02:00
commit e2827c0af7
3 changed files with 9 additions and 0 deletions

View file

@ -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),