Fix processing packets when we loop without reading

This commit is contained in:
Deon George
2022-11-15 22:01:05 +11:00
parent 3ffb1c1fd6
commit 4e66990826
3 changed files with 6 additions and 5 deletions

View File

@@ -893,6 +893,7 @@ class Message extends FTNBase
} elseif ($this->zone) {
$this->src = Address::parseFTN(sprintf('%d:%d/%d.%d@%s',$this->zone->zone_id,$this->fn,$this->ff,$this->fp,$this->zone->domain->name));
}
// Parse SEEN-BY
if ($this->seenby->count())
$this->seenaddress = $this->parseAddresses('seenby',$this->seenby,$this->rogue_seenby);