Skip to content

Commit ab58153

Browse files
committed
Do not save message instead of ignoring
1 parent d34e0ce commit ab58153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lhc_web/lib/core/lhgenericbot/actionTypes/lhgenericbotactiontext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public static function process($chat, $action, $trigger, $params)
77
static $triggersProcessed = array();
88

99
if (!($chat instanceof \erLhcoreClassModelChat)) {
10-
return;
10+
$params['do_not_save'] = true;
1111
}
1212

1313
$params['current_trigger'] = $trigger;

0 commit comments

Comments
 (0)