Fix for recording seen-by, add md5 to message body, fix incorrect log of dispatching messages
This commit is contained in:
@@ -46,7 +46,7 @@ class PacketProcess extends Command
|
||||
$this->info(sprintf('Processing message from [%s] with msgid [%s]',$msg->fboss,$msg->msgid));
|
||||
|
||||
// Dispatch job.
|
||||
Job::dispatch($msg,$this->option('nobot'));
|
||||
Job::dispatchSync($msg,$this->option('nobot'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user