kopia lustrzana https://github.com/nextcloud/social
Merge pull request #1724 from nextcloud/fix/noid/follow-notification
fix notification on followpull/1721/head
commit
59ba1b2873
|
@ -141,11 +141,6 @@ class FollowService {
|
|||
$follow->setObjectId($remoteActor->getId());
|
||||
$follow->setFollowId($remoteActor->getFollowers());
|
||||
|
||||
if ($remoteActor->isLocal()) {
|
||||
// TODO: check user's setting about locked account/auto-accept followers
|
||||
$follow->setAccepted(true);
|
||||
}
|
||||
|
||||
try {
|
||||
$this->followsRequest->getByPersons($actor->getId(), $remoteActor->getId());
|
||||
} catch (FollowNotFoundException $e) {
|
||||
|
|
Ładowanie…
Reference in New Issue