wzq 5 rokov pred
rodič
commit
31260faf6b

+ 1 - 1
app/Transformers/Post/PostTopicTransformer.php

@@ -20,7 +20,7 @@ class PostTopicTransformer extends TransformerAbstract
             'avatar' => $post['avatar'],
             'topic' => $this->getTopic($post['topic_ids'], 1),
             'img' => $post['img'],
-            'content' => subtext(strip_tags($post['content']), 20),
+            'content' => subtext(strip_tags($post['content']), 200),
         ];
     }
 }