mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
The GNU-Social import is removed
This commit is contained in:
parent
31e8574006
commit
d75cd8a00a
5 changed files with 10 additions and 17 deletions
|
@ -223,10 +223,6 @@ class PortableContacts extends BaseModule
|
|||
|
||||
if ($selectedFields['network']) {
|
||||
$entry['network'] = $contact['network'];
|
||||
if ($entry['network'] == Protocol::STATUSNET) {
|
||||
$entry['network'] = Protocol::OSTATUS;
|
||||
}
|
||||
|
||||
if (($entry['network'] == '') && ($contact['self'])) {
|
||||
$entry['network'] = Protocol::DFRN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue