mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Move prune_deadguys to Contact
This commit is contained in:
parent
113ea38d50
commit
ce9e0f3649
2 changed files with 2 additions and 7 deletions
|
@ -9,11 +9,6 @@ use Friendica\Model\Contact;
|
|||
|
||||
require_once "mod/proxy.php";
|
||||
|
||||
function prune_deadguys($arr) {
|
||||
Contact::pruneUnavailable($arr);
|
||||
return $arr;
|
||||
}
|
||||
|
||||
function get_acl_permissions($user = null) {
|
||||
return Acl::getDefaultUserPermissions($user);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue