From a41cc6f45f2b6238a39999597cb72bd446be09b4 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 5 Jun 2014 17:44:35 +0200 Subject: [PATCH] Added app.net --- include/contact_selectors.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/contact_selectors.php b/include/contact_selectors.php index dfdd2fa38f..c04b07fb64 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -88,7 +88,8 @@ function network_to_name($s) { NETWORK_PUMPIO => t('pump.io'), NETWORK_TWITTER => t('Twitter'), NETWORK_DIASPORA2 => t('Diaspora Connector'), - NETWORK_STATUSNET => t('Statusnet') + NETWORK_STATUSNET => t('Statusnet'), + NETWORK_APPNET => t('App.net') ); call_hooks('network_to_name', $nets);