mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:10:11 +00:00
Issue-3412 related: Don't send connection posts anymore
This commit is contained in:
parent
139f7cdc41
commit
c70ebadd7d
12 changed files with 0 additions and 298 deletions
|
@ -577,7 +577,6 @@ function dfrn_request_content(App $a)
|
|||
'dfrn_id' => $r[0]['issued-id'],
|
||||
'intro_id' => $intro[0]['id'],
|
||||
'duplex' => (($r[0]['page-flags'] == PAGE_FREELOVE) ? 1 : 0),
|
||||
'activity' => intval(PConfig::get($r[0]['uid'], 'system', 'post_newfriend'))
|
||||
];
|
||||
dfrn_confirm_post($a, $handsfree);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue