From 9212ead049e4a69ee265faa7cb439aa2c340b2fb Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 14 Jun 2023 08:42:46 -0100 Subject: [PATCH] cleaning Signed-off-by: Maxence Lange --- lib/Interfaces/Object/AnnounceInterface.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/Interfaces/Object/AnnounceInterface.php b/lib/Interfaces/Object/AnnounceInterface.php index fb8a228e..e27ad929 100644 --- a/lib/Interfaces/Object/AnnounceInterface.php +++ b/lib/Interfaces/Object/AnnounceInterface.php @@ -246,18 +246,6 @@ class AnnounceInterface extends AbstractActivityPubInterface implements IActivit return; } - // - // - // - // - // - // pourquoi update !???? - -// $to = $this->get('attributedTo', $cachedItem->getObject(), ''); -// if ($to !== '') { -// $this->streamRequest->updateAttributedTo($item->getId(), $to); -// } - try { if ($item->hasActor()) { $actor = $item->getActor();