public function setTransactionTimeline(PhabricatorApplicationTransactionView $timeline)
 {
     $timeline->setQuoteTargetID($this->getCommentID());
     if ($this->getNoPermission()) {
         $timeline->setShouldTerminate(true);
     }
     $this->transactionTimeline = $timeline;
     return $this;
 }