|
|
@@ -132,7 +132,7 @@ class ChatMessageController extends Controller
|
|
|
$recipientIds = [$targetUserId];
|
|
|
}
|
|
|
|
|
|
- if (in_array($notificationType, [
|
|
|
+ if (!$isBrigadier && in_array($notificationType, [
|
|
|
ChatMessage::NOTIFICATION_RESPONSIBLES,
|
|
|
ChatMessage::NOTIFICATION_ALL,
|
|
|
], true)) {
|