From: Michael Date: Sun, 1 Jan 2023 07:52:28 +0000 (+0000) Subject: License updated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06403f1546535ed0cc3d1bc3877977fda438f693;p=friendica.git License updated --- diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 41333a34b7..9feee2bcc9 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -1,6 +1,6 @@ $inbox], ["`gsid` IS NULL"]); +// $condition = DBA::mergeConditions(['url' => $inbox], ["`gsid` IS NULL"]); + $condition = ['url' => $inbox]; DBA::update('inbox-status', ['gsid' => $apcontact['gsid'], 'archive' => GServer::isDefunctById($apcontact['gsid'])], $condition); ++$rows; } diff --git a/src/Model/APContact.php b/src/Model/APContact.php index 851916de95..09a6cb9e78 100644 --- a/src/Model/APContact.php +++ b/src/Model/APContact.php @@ -1,6 +1,6 @@