Fixes to message processing, now that we are using cockroachdb
This commit is contained in:
@@ -171,7 +171,7 @@ final class Echomail extends Model implements Packet
|
||||
$o->flags = $this->flags;
|
||||
|
||||
if ($this->kludges)
|
||||
$o->kludge = $this->kludges;
|
||||
$o->kludge = collect($this->kludges);
|
||||
|
||||
$o->kludge->put('dbid',$this->id);
|
||||
|
||||
|
Reference in New Issue
Block a user