Switchout DB to CockroachDB
This commit is contained in:
@@ -26,6 +26,7 @@ final class Test extends Process
|
||||
|
||||
private const testing = ['test','testing'];
|
||||
|
||||
// @todo add path and other kludges
|
||||
public static function handle(Message $msg): bool
|
||||
{
|
||||
if ((strtolower($msg->user_to) !== 'all') || ! in_array(strtolower($msg->subject),self::testing))
|
||||
@@ -66,7 +67,7 @@ final class Test extends Process
|
||||
$o->datetime = Carbon::now();
|
||||
$o->tzoffset = $o->datetime->utcOffset();
|
||||
$o->echoarea_id = $eo?->id;
|
||||
$o->reply = $msg->msgid;
|
||||
$o->replyid = $msg->msgid;
|
||||
$o->fftn_id = $ftns->id;
|
||||
|
||||
$o->flags = Message::FLAG_LOCAL;
|
||||
|
Reference in New Issue
Block a user