From: Michael Date: Thu, 4 Oct 2018 12:57:42 +0000 (+0000) Subject: Added to-do X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ebfa6fc123916754585625ae2823fbb5160840f;p=friendica.git Added to-do --- diff --git a/src/Protocol/ActivityPub/Receiver.php b/src/Protocol/ActivityPub/Receiver.php index a3be19ce44..30d710702a 100644 --- a/src/Protocol/ActivityPub/Receiver.php +++ b/src/Protocol/ActivityPub/Receiver.php @@ -380,6 +380,8 @@ class Receiver DBA::update('contact', $profile, ['id' => $cid]); Contact::updateAvatar($photo, $uid, $cid); + + /// @todo Send a new follow request to be sure that the connection still exists } /**