mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
No @brief anymore
This commit is contained in:
parent
13c5bc807b
commit
41123162f1
4 changed files with 53 additions and 53 deletions
|
@ -42,7 +42,7 @@ class ActivityPub
|
|||
const CONTENT_TYPES = ['Note', 'Article', 'Video', 'Image'];
|
||||
const ACTIVITY_TYPES = ['Like', 'Dislike', 'Accept', 'Reject', 'TentativeAccept'];
|
||||
/**
|
||||
* @brief Checks if the web request is done for the AP protocol
|
||||
* Checks if the web request is done for the AP protocol
|
||||
*
|
||||
* @return is it AP?
|
||||
*/
|
||||
|
@ -110,9 +110,9 @@ class ActivityPub
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* Fetches activities from the outbox of a given profile and processes it
|
||||
*
|
||||
* @param $url
|
||||
* @param string $url
|
||||
* @param integer $uid User ID
|
||||
*/
|
||||
public static function fetchOutbox($url, $uid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue