mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Tumblr: "isLocalLink" is now "isLocalUrl" / Bluesky: Fix for an empty uri
This commit is contained in:
parent
26eea26f95
commit
2306261ab2
2 changed files with 5 additions and 1 deletions
|
@ -1506,6 +1506,10 @@ function bluesky_fetch_missing_post(string $uri, int $uid, int $fetch_uid, int $
|
|||
}
|
||||
|
||||
$class = bluesky_get_uri_class($uri);
|
||||
if (empty($class)) {
|
||||
return $fallback;
|
||||
}
|
||||
|
||||
$fetch_uri = $class->uri;
|
||||
|
||||
Logger::debug('Fetch missing post', ['level' => $level, 'uid' => $uid, 'uri' => $uri]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue