mirror of
https://github.com/friendica/friendica
synced 2025-01-03 15:22:19 +00:00
License updated
This commit is contained in:
parent
12d37835b4
commit
06403f1546
5 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @copyright Copyright (C) 2010-2022, the Friendica project
|
* @copyright Copyright (C) 2010-2023, the Friendica project
|
||||||
*
|
*
|
||||||
* @license GNU AGPL version 3 or any later version
|
* @license GNU AGPL version 3 or any later version
|
||||||
*
|
*
|
||||||
|
@ -1224,7 +1224,8 @@ class PostUpdate
|
||||||
if (!empty($apcontact['sharedinbox'])) {
|
if (!empty($apcontact['sharedinbox'])) {
|
||||||
$inbox[] = $apcontact['sharedinbox'];
|
$inbox[] = $apcontact['sharedinbox'];
|
||||||
}
|
}
|
||||||
$condition = DBA::mergeConditions(['url' => $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);
|
DBA::update('inbox-status', ['gsid' => $apcontact['gsid'], 'archive' => GServer::isDefunctById($apcontact['gsid'])], $condition);
|
||||||
++$rows;
|
++$rows;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @copyright Copyright (C) 2010-2022, the Friendica project
|
* @copyright Copyright (C) 2010-2023, the Friendica project
|
||||||
*
|
*
|
||||||
* @license GNU AGPL version 3 or any later version
|
* @license GNU AGPL version 3 or any later version
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @copyright Copyright (C) 2010-2022, the Friendica project
|
* @copyright Copyright (C) 2010-2023, the Friendica project
|
||||||
*
|
*
|
||||||
* @license GNU AGPL version 3 or any later version
|
* @license GNU AGPL version 3 or any later version
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @copyright Copyright (C) 2010-2022, the Friendica project
|
* @copyright Copyright (C) 2010-2023, the Friendica project
|
||||||
*
|
*
|
||||||
* @license GNU AGPL version 3 or any later version
|
* @license GNU AGPL version 3 or any later version
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @copyright Copyright (C) 2010-2022, the Friendica project
|
* @copyright Copyright (C) 2010-2023, the Friendica project
|
||||||
*
|
*
|
||||||
* @license GNU AGPL version 3 or any later version
|
* @license GNU AGPL version 3 or any later version
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue