Loading modules/private_message_notify/src/Service/PrivateMessageNotifier.php +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ class PrivateMessageNotifier implements PrivateMessageNotifierInterface { ]); $notification->set('field_message_private_message', $message); $notification->set('field_message_pm_thread', $thread); $notification->setLanguage($member->getPreferredLangcode()); $notification->save(); $this->messageNotifier->send($notification); Loading Loading
modules/private_message_notify/src/Service/PrivateMessageNotifier.php +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ class PrivateMessageNotifier implements PrivateMessageNotifierInterface { ]); $notification->set('field_message_private_message', $message); $notification->set('field_message_pm_thread', $thread); $notification->setLanguage($member->getPreferredLangcode()); $notification->save(); $this->messageNotifier->send($notification); Loading