mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Improved function description
This commit is contained in:
parent
040abc7743
commit
0aa229489f
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue