Dont enable rogue_path - it looses our true path for messages - instead create addresses in the path we dont know about.
This commit is contained in:
@@ -431,8 +431,9 @@ abstract class Protocol
|
||||
// Add unknown FTNs to the DB
|
||||
if ($this->node->aka_remote_authed->count()) {
|
||||
$so = $this->node->aka_remote_authed->first()->system;
|
||||
|
||||
} else {
|
||||
$so = System::where('name','Discovered System')->single();
|
||||
$so = System::where('name','Discovered System')->first();
|
||||
}
|
||||
|
||||
if ($so && $so->exists) {
|
||||
|
Reference in New Issue
Block a user