mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
all comments are kept when after a second is flagged
This commit is contained in:
@@ -1099,6 +1099,10 @@ class AccompanyingPeriod implements
|
||||
}
|
||||
|
||||
if ($comment instanceof Comment) {
|
||||
|
||||
if (null !== $this->pinnedComment) {
|
||||
$this->addComment($this->pinnedComment);
|
||||
}
|
||||
$this->addComment($comment);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user