]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
missing salmon key? report it.
[friendica.git] / mod / notifications.php
index 07403d4b4d485b70d45363ef5da6e650c08fca5c..8c32ee8628bbe5250a9dd163e6cb4d09c2f245d3 100644 (file)
@@ -129,9 +129,11 @@ function notifications_content(&$a) {
                        $knowyou   = '';
                        $dfrn_text = '';
                                                
-                       if($rr['network'] === NETWORK_DFRN) {
-                               $knowyou = t('Claims to be known to you: ') . (($rr['knowyou']) ? t('yes') : t('no'));
-
+                       if($rr['network'] === NETWORK_DFRN || $rr['network'] === NETWORK_DIASPORA) {
+                               if($rr['network'] === NETWORK_DFRN)
+                                       $knowyou = t('Claims to be known to you: ') . (($rr['knowyou']) ? t('yes') : t('no'));
+                               else
+                                       $knowyou = '';
                                $dfrn_text = replace_macros($dfrn_tpl,array(
                                        '$intro_id' => $rr['intro_id'],
                                        '$friend_selected' => $friend_selected,