Prepearations for queueing of twitter messages

This commit is contained in:
Michael Vogel 2013-09-05 08:34:54 +02:00
parent 55b79e0891
commit 159a7bda85
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ define ( 'NETWORK_XMPP', 'xmpp'); // XMPP
define ( 'NETWORK_MYSPACE', 'mysp'); // MySpace
define ( 'NETWORK_GPLUS', 'goog'); // Google+
define ( 'NETWORK_PUMPIO', 'pump'); // pump.io
define ( 'NETWORK_TWITTER', 'twit'); // Twitter
define ( 'NETWORK_PHANTOM', 'unkn'); // Place holder
@ -163,6 +164,7 @@ $netgroup_ids = array(
NETWORK_MYSPACE => (-11),
NETWORK_GPLUS => (-12),
NETWORK_PUMPIO => (-13),
NETWORK_TWITTER => (-14),
NETWORK_PHANTOM => (-127),
);