mirror of
https://github.com/friendica/friendica
synced 2024-11-19 04:23:41 +00:00
Changed back to $cdata
.
This commit is contained in:
parent
a20d05ba39
commit
f8ed028013
1 changed files with 1 additions and 1 deletions
|
@ -2969,7 +2969,7 @@ class Contact
|
||||||
|
|
||||||
$cdata = self::getPublicAndUserContactID($contact['id'], $contact['uid']);
|
$cdata = self::getPublicAndUserContactID($contact['id'], $contact['uid']);
|
||||||
|
|
||||||
DI::notification()->deleteForUserByVerb($contact['uid'], Activity::FOLLOW, ['actor-id' => $contact['public']]);
|
DI::notification()->deleteForUserByVerb($contact['uid'], Activity::FOLLOW, ['actor-id' => $cdata['public']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue