mirror of
https://github.com/friendica/friendica
synced 2025-04-25 00:30:32 +00:00
Merge remote-tracking branch 'upstream/develop' into post-reason
This commit is contained in:
commit
f9bf2424b1
2 changed files with 2 additions and 2 deletions
|
@ -2969,7 +2969,7 @@ class Contact
|
|||
|
||||
$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…
Add table
Add a link
Reference in a new issue