mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Review update
Rename function, move others
This commit is contained in:
parent
0f1be37279
commit
f04d40a37e
55 changed files with 331 additions and 326 deletions
|
@ -15,7 +15,6 @@ use Friendica\Model\User;
|
|||
use Friendica\Protocol\Diaspora;
|
||||
use Friendica\Protocol\DFRN;
|
||||
use Friendica\Protocol\Email;
|
||||
use Friendica\Util\Network;
|
||||
use dba;
|
||||
|
||||
require_once 'include/html2plain.php';
|
||||
|
@ -300,7 +299,7 @@ class Delivery {
|
|||
}
|
||||
|
||||
$ssl_policy = Config::get('system','ssl_policy');
|
||||
Network::fixContactSslPolicy($x[0], $ssl_policy);
|
||||
$x[0] = Contact::updateSslPolicy($x[0], $ssl_policy);
|
||||
|
||||
// If we are setup as a soapbox we aren't accepting top level posts from this person
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue