Work on registration of existing systems to users
This commit is contained in:
@@ -64,7 +64,7 @@ class NetmailTest extends Notification //implements ShouldQueue
|
||||
$o->datetime = Carbon::now();
|
||||
$o->tzoffset = $o->datetime->utcOffset();
|
||||
|
||||
$o->fftn_id = $so->match($this->ao->zone)->first();
|
||||
$o->fftn_id = $so->match($this->ao->zone)->first()->id;
|
||||
$o->tftn_id = $this->ao->id;
|
||||
$o->flags = Message::FLAG_LOCAL;
|
||||
$o->cost = 0;
|
||||
|
Reference in New Issue
Block a user