From 78609e936371788d4c822da1de1d2fc9a71fa7bc Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Jun 2014 17:31:42 -0700 Subject: send new connection notification even if auto-perms are set --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 9cdcbf2a4..00cfa62a9 100644 --- a/include/zot.php +++ b/include/zot.php @@ -445,7 +445,7 @@ function zot_refresh($them,$channel = null, $force = false) { intval($channel['channel_id']), dbesc($x['hash']) ); - if(($new_connection) && (! $default_perms)) { + if($new_connection) { require_once('include/enotify.php'); notification(array( 'type' => NOTIFY_INTRO, -- cgit v1.2.3