Update StatusPipeline

This commit is contained in:
Daniel Supernault 2018-06-01 12:33:44 -06:00
parent 92939ed867
commit 1b794c8508
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ class CommentController extends Controller
$reply = new Status();
$reply->profile_id = $profile->id;
$reply->caption = $comment;
$reply->rendered = $comment;
$reply->rendered = e($comment);
$reply->in_reply_to_id = $status->id;
$reply->in_reply_to_profile_id = $status->profile_id;
$reply->save();