mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Poco and gcontact (mostly) removed
This commit is contained in:
parent
a9a9f7d51d
commit
0c73531da1
34 changed files with 370 additions and 2032 deletions
|
@ -26,14 +26,13 @@ use Friendica\Core\Protocol;
|
|||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model\GContact;
|
||||
use Friendica\Model\Profile;
|
||||
use Friendica\Model\User;
|
||||
|
||||
/**
|
||||
* Endpoint for getting current user infos
|
||||
*
|
||||
* @see GContact::updateFromNoScrape() for usage
|
||||
* @see Contact::updateFromNoScrape() for usage
|
||||
*/
|
||||
class NoScrape extends BaseModule
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue