mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Merge pull request #2420 from annando/1603-guid
Add the guid to items that we create locally
This commit is contained in:
commit
53546e92d3
8 changed files with 16 additions and 8 deletions
|
@ -196,6 +196,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