summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-06-14 08:42:46 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-06-14 08:42:46 -0100
commit9212ead049e4a69ee265faa7cb439aa2c340b2fb (patch)
tree563089132ef65824376e5734236c38a14d22325a
parent23100a86b9f5e84cda147a7300744a4425709aa1 (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Interfaces/Object/AnnounceInterface.php12
1 files changed, 0 insertions, 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();