mirror of
https://github.com/friendica/friendica
synced 2024-11-19 05:03:41 +00:00
Forgotten doxygen header
This commit is contained in:
parent
27155fead7
commit
7868de529e
1 changed files with 5 additions and 0 deletions
|
@ -1387,6 +1387,11 @@ class PortableContact
|
|||
return !$failure;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Fetch relay data from a given server url
|
||||
*
|
||||
* @param string $server_url address of the server
|
||||
*/
|
||||
private static function discoverRelay($server_url)
|
||||
{
|
||||
logger("Discover relay data for server " . $server_url, LOGGER_DEBUG);
|
||||
|
|
Loading…
Reference in a new issue