mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Merge remote-tracking branch 'upstream/develop' into lemmy
This commit is contained in:
commit
8a50101eea
21 changed files with 203 additions and 182 deletions
|
@ -2595,7 +2595,7 @@ class Contact
|
|||
* @throws HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
public static function updateFromProbe(int $id, string $network = '')
|
||||
public static function updateFromProbe(int $id, string $network = ''): bool
|
||||
{
|
||||
$contact = DBA::selectFirst('contact', ['uid', 'url'], ['id' => $id]);
|
||||
if (!DBA::isResult($contact)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue