summaryrefslogtreecommitdiffstats
path: root/lib/Service/BoostService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/BoostService.php')
-rw-r--r--lib/Service/BoostService.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Service/BoostService.php b/lib/Service/BoostService.php
index 3bbfbc3f..65011785 100644
--- a/lib/Service/BoostService.php
+++ b/lib/Service/BoostService.php
@@ -108,10 +108,10 @@ class BoostService {
$interface = AP::$activityPub->getInterfaceFromType(Announce::TYPE);
// TODO: check that announce does not exist already ?
-// try {
-// return $interface->getItem($announce);
-// } catch (ItemNotFoundException $e) {
-// }
+ // try {
+ // return $interface->getItem($announce);
+ // } catch (ItemNotFoundException $e) {
+ // }
$interface->save($announce);