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:
2023-09-15 16:59:46 +10:00
parent 6e133770fc
commit c1d6d48a3c
4 changed files with 38 additions and 19 deletions

View File

@@ -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) {