Fix messages to points, and fix netmail coming from systems which dont include an Origin line
This commit is contained in:
@@ -646,7 +646,7 @@ class Address extends Model
|
||||
* @param Collection $msgs of message models (Echomail/Netmail)
|
||||
* @return Packet|null
|
||||
*/
|
||||
private function getPacket(Collection $msgs): ?Packet
|
||||
public function getPacket(Collection $msgs): ?Packet
|
||||
{
|
||||
$s = Setup::findOrFail(config('app.id'));
|
||||
$ao = $s->system->match($this->zone)->first();
|
||||
|
Reference in New Issue
Block a user