Added no_export option to stop a message from being exported when saved.
This commit is contained in:
@@ -128,6 +128,7 @@ class ConvertMongo extends Command
|
||||
$oo->set_path = $path ? array_filter($path) : [];
|
||||
$oo->set_seenby = $seenby ? array_filter($seenby): [];
|
||||
$oo->set_packet = $packet;
|
||||
$oo->no_export = TRUE;
|
||||
|
||||
try {
|
||||
$oo->save(['timestamps'=>FALSE]);
|
||||
|
Reference in New Issue
Block a user