]> git.mxchange.org Git - friendica.git/commitdiff
Prepearations for queueing of twitter messages
authorMichael Vogel <icarus@dabo.de>
Thu, 5 Sep 2013 06:34:54 +0000 (08:34 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 5 Sep 2013 06:34:54 +0000 (08:34 +0200)
boot.php

index 13ee7acdc2c5bdb7826706056d1e9b50998f3518..99eb3d0c1708967d203d0b620aa61cd3c86f2149 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -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),
 );