Fix echoarea display with the oldest message
This commit is contained in:
@@ -446,6 +446,7 @@ class Packet extends FTNBase implements \Iterator, \Countable
|
||||
$e = NULL;
|
||||
|
||||
try {
|
||||
// @todo Need to work out the correct region for the host_id
|
||||
Address::unguard();
|
||||
$ao = Address::firstOrNew([
|
||||
'zone_id' => $msg->tzone->id,
|
||||
@@ -488,6 +489,7 @@ class Packet extends FTNBase implements \Iterator, \Countable
|
||||
$e = NULL;
|
||||
|
||||
try {
|
||||
// @todo Need to work out the correct region for the host_id
|
||||
Address::unguard();
|
||||
$ao = Address::firstOrNew([
|
||||
'zone_id' => $msg->fzone->id,
|
||||
|
Reference in New Issue
Block a user