summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Actor/PersonInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Actor/PersonInterface.php')
-rw-r--r--lib/Interfaces/Actor/PersonInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Interfaces/Actor/PersonInterface.php b/lib/Interfaces/Actor/PersonInterface.php
index 5c84dc9c..5585ebdc 100644
--- a/lib/Interfaces/Actor/PersonInterface.php
+++ b/lib/Interfaces/Actor/PersonInterface.php
@@ -127,7 +127,7 @@ class PersonInterface implements IActivityPubInterface {
public function activity(Acore $activity, ACore $item) {
/** @var Person $item */
if ($activity->getType() === Update::TYPE) {
-// $this->miscService->log('### UPDATE PERSON !' . json_encode($item));
+ // TODO - check time and update.
}
}