1
0
Fork 0

Preparations for statusnet connector import

This commit is contained in:
Michael Vogel 2014-04-04 10:40:46 +02:00
commit 77986d76fa
3 changed files with 6 additions and 2 deletions

View file

@ -86,7 +86,9 @@ function network_to_name($s) {
NETWORK_MAIL2 => t('Email'),
NETWORK_GPLUS => t('Google+'),
NETWORK_PUMPIO => t('pump.io'),
NETWORK_TWITTER => t('Twitter')
NETWORK_TWITTER => t('Twitter'),
NETWORK_DIASPORA2 => t('Diaspora Connector'),
NETWORK_STATUSNET => t('Statusnet')
);
call_hooks('network_to_name', $nets);