]> git.mxchange.org Git - friendica.git/commitdiff
Added to-do
authorMichael <heluecht@pirati.ca>
Thu, 4 Oct 2018 12:57:42 +0000 (12:57 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 4 Oct 2018 12:57:42 +0000 (12:57 +0000)
src/Protocol/ActivityPub/Receiver.php

index a3be19ce44574b70b8c58f68e6b1f14fc7ca3467..30d710702a4182d7019514922fa711aa7a7ec874 100644 (file)
@@ -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
        }
 
        /**