Add packet name for incoming netmails, dont send back messages to sender for areafix messages

This commit is contained in:
Deon George
2023-01-24 22:37:41 +11:00
parent bc19f9aa82
commit 63e3397aee
5 changed files with 70 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ class PacketProcess extends Command
$this->info(sprintf('Processing message from [%s] with msgid [%s]',$msg->fboss,$msg->msgid));
// Dispatch job.
Job::dispatchSync($msg,$this->option('nobot'));
Job::dispatchSync($msg,$f->pktName(),$this->option('nobot'));
}
}
}