mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
Add the guid to items that we create locally
This commit is contained in:
parent
6786da1049
commit
5a90f865ed
8 changed files with 16 additions and 8 deletions
|
@ -194,6 +194,7 @@ EOT;
|
|||
|
||||
$arr = array();
|
||||
|
||||
$arr['guid'] = get_guid(32);
|
||||
$arr['uri'] = $uri;
|
||||
$arr['uid'] = $owner_uid;
|
||||
$arr['contact-id'] = $contact['id'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue