]> git.mxchange.org Git - friendica.git/commitdiff
Improved function description
authorMichael <heluecht@pirati.ca>
Thu, 17 Mar 2022 14:05:06 +0000 (14:05 +0000)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Mar 2022 11:24:45 +0000 (07:24 -0400)
src/Model/Item.php
src/Protocol/ActivityPub/Processor.php

index aff9dfed0b40fe9739274f8249e7071c2f9062a6..5047af5986da9e6209eb4ea28305c36b50c26748 100644 (file)
@@ -1773,7 +1773,10 @@ class Item
        }
 
        /**
-        * Creates an unique guid out of a given uri
+        * Creates an unique guid out of a given uri.
+        * This function is used for messages outside the fediverse (Connector posts, feeds, Mails, ...)
+        * Posts that are created on this system are using System::createUUID.
+        * Received ActivityPub posts are using Processor::getGUIDByURL.
         *
         * @param string $uri uri of an item entry
         * @param string $host hostname for the GUID prefix
index 9aeb301cf377c67ef5d7fad0145aaf9d944c9257..5651343cb5f79ec4a1274a48f9d5384f24e9c3dd 100644 (file)
@@ -553,7 +553,7 @@ class Processor
        }
 
        /**
-        * Generate a GUID out of an URL
+        * Generate a GUID out of an URL of an ActivityPub post.
         *
         * @param string $url message URL
         * @return string with GUID