mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
diaspora confirm cleanup
This commit is contained in:
parent
f7a1674cf6
commit
8e3506048a
2 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue