mirror of
https://github.com/friendica/friendica
synced 2025-05-09 16:24:12 +02:00
UUID instead of GUID
This commit is contained in:
parent
9ec30010c5
commit
60b0759b50
13 changed files with 40 additions and 47 deletions
|
@ -3200,7 +3200,7 @@ class Diaspora
|
|||
$author = self::myHandle($owner);
|
||||
|
||||
$message = ["author" => $author,
|
||||
"guid" => System::createGUID(32),
|
||||
"guid" => System::UUID(),
|
||||
"parent_type" => "Post",
|
||||
"parent_guid" => $item["guid"]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue