Merge pull request #3146 from annando/1701-pnut

Preparation to add the social network "pnut"
This commit is contained in:
Tobias Diekershoff 2017-02-02 09:10:28 +01:00 committed by GitHub
commit adedf18b30
3 changed files with 6 additions and 0 deletions

View file

@ -245,6 +245,7 @@ define ( 'NETWORK_STATUSNET', 'stac'); // Statusnet connector
define ( 'NETWORK_APPNET', 'apdn'); // app.net
define ( 'NETWORK_NEWS', 'nntp'); // Network News Transfer Protocol
define ( 'NETWORK_ICALENDAR', 'ical'); // iCalendar
define ( 'NETWORK_PNUT', 'pnut'); // pnut.io
define ( 'NETWORK_PHANTOM', 'unkn'); // Place holder
/** @}*/
@ -274,6 +275,7 @@ $netgroup_ids = array(
NETWORK_APPNET => (-17),
NETWORK_NEWS => (-18),
NETWORK_ICALENDAR => (-19),
NETWORK_PNUT => (-20),
NETWORK_PHANTOM => (-127),
);