Allow for origin/tagline/tearline can have UTF8 chars, show # messages in packets
This commit is contained in:
@@ -43,8 +43,10 @@ class PacketProcess extends Command
|
||||
// @todo Quick check that the packet should be processed by us.
|
||||
// @todo validate that the packet's zone is in the domain.
|
||||
|
||||
$this->info(sprintf('Processing message from [%s] with msgid [%s]',$msg->fboss,$msg->msgid));
|
||||
|
||||
// Dispatch job.
|
||||
Job::dispatchSync($msg,$this->option('nobot'));
|
||||
Job::dispatch($msg,$this->option('nobot'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user