mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -23,7 +23,7 @@ use Friendica\Util\LDSignature;
|
|||
use Friendica\Util\Strings;
|
||||
|
||||
/**
|
||||
* @brief ActivityPub Receiver Protocol class
|
||||
* ActivityPub Receiver Protocol class
|
||||
*
|
||||
* To-Do:
|
||||
* - Undo Announce
|
||||
|
|
|
@ -37,7 +37,7 @@ require_once 'include/api.php';
|
|||
require_once 'mod/share.php';
|
||||
|
||||
/**
|
||||
* @brief ActivityPub Transmitter Protocol class
|
||||
* ActivityPub Transmitter Protocol class
|
||||
*
|
||||
* To-Do:
|
||||
* - Undo Announce
|
||||
|
@ -1107,7 +1107,7 @@ class Transmitter
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Callback function to replace a Friendica style mention in a mention that is used on AP
|
||||
* Callback function to replace a Friendica style mention in a mention that is used on AP
|
||||
*
|
||||
* @param array $match Matching values for the callback
|
||||
* @return string Replaced mention
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue