From 0ebfa6fc123916754585625ae2823fbb5160840f Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 4 Oct 2018 12:57:42 +0000 Subject: [PATCH] Added to-do --- src/Protocol/ActivityPub/Receiver.php | 2 ++ 1 file changed, 2 insertions(+) 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 } /**