mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 09:14:27 +02:00
API: Speed improvements
This commit is contained in:
parent
624231c665
commit
8b41d62a88
6 changed files with 50 additions and 9 deletions
|
@ -70,6 +70,7 @@ class GServer
|
|||
const DETECT_UNSPECIFIC = [self::DETECT_MANUAL, self::DETECT_HEADER, self::DETECT_BODY, self::DETECT_HOST_META, self::DETECT_CONTACTS, self::DETECT_AP_ACTOR];
|
||||
|
||||
// Implementation specific endpoints
|
||||
// @todo Possibly add Lemmy detection via the endpoint /api/v3/site
|
||||
const DETECT_FRIENDIKA = 10;
|
||||
const DETECT_FRIENDICA = 11;
|
||||
const DETECT_STATUSNET = 12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue