send push on addMagnetDownload success only

This commit is contained in:
ghost 2023-09-15 04:06:54 +03:00
parent bacb8b17bf
commit 73f353594c

View File

@ -63,8 +63,8 @@ else if (is_null($user->public))
else
{
// Register magnet download
$magnetDownloadId = $db->addMagnetDownload($magnet->magnetId, $user->userId, time());
if ($magnetDownloadId = $db->addMagnetDownload($magnet->magnetId, $user->userId, time()))
{
// Push event to other nodes
if (API_EXPORT_ENABLED &&
API_EXPORT_PUSH_ENABLED &&
@ -87,6 +87,7 @@ else
$memory->set('api.export.push', $memoryApiExportPush, 3600);
}
}
// Build magnet link
$link = (object)