mirror of
https://github.com/friendica/friendica
synced 2025-04-29 19:44:22 +02:00
The "item-activity" is removed
This commit is contained in:
parent
609ae1869c
commit
ba9cf32f36
7 changed files with 55 additions and 191 deletions
|
@ -295,6 +295,8 @@ class APContact
|
|||
$apcontact['gsid'] = GServer::getID($apcontact['baseurl']);
|
||||
} elseif (!empty($fetched_contact['gsid'])) {
|
||||
$apcontact['gsid'] = $fetched_contact['gsid'];
|
||||
} else {
|
||||
$apcontact['gsid'] = null;
|
||||
}
|
||||
|
||||
if ($apcontact['url'] == $apcontact['alias']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue