diff --git a/src/Notifications/Messages/SimpleMessage.php b/src/Notifications/Messages/SimpleMessage.php index dbe6ee419120566ff5b375ff1994253594eec225..d5de6019875efd3cee0a7d010959c4d108d66cbf 100644 --- a/src/Notifications/Messages/SimpleMessage.php +++ b/src/Notifications/Messages/SimpleMessage.php @@ -22,7 +22,7 @@ abstract class SimpleMessage protected function getContent($data) { - if (isset($this->data['notify_type']) && in_array($this->data['notify_type'], ['sticky', 'essence', 'delete'])) { + if (isset($this->data['notify_type']) && in_array($this->data['notify_type'], ['sticky', 'essence', 'delete', 'approved'])) { $data['post'] = Post::changeNotifitionPostContent($data['post']); }