summaryrefslogtreecommitdiffstats
path: root/lib/Service/PostService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/PostService.php')
-rw-r--r--lib/Service/PostService.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Service/PostService.php b/lib/Service/PostService.php
index 27000306..96c28553 100644
--- a/lib/Service/PostService.php
+++ b/lib/Service/PostService.php
@@ -109,8 +109,6 @@ class PostService {
$note->setAttachments($post->getMedias());
$note->setVisibility($post->getType());
-// $this->generateDocumentsFromAttachments($note, $post);
-
$this->streamService->replyTo($note, $post->getReplyTo());
$this->streamService->addRecipients($note, $post->getType(), $post->getTo());
$this->streamService->addHashtags($note, $post->getHashtags());