From 388cf8e8df917de2dbb09b0ca95137c0b38f2073 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Feb 2026 12:42:34 +0300 Subject: [PATCH] Expose clpr_ prefix Co-authored-by: Cursor --- n8n-code-node-max-normalize.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/n8n-code-node-max-normalize.js b/n8n-code-node-max-normalize.js index 33252c0..4537545 100644 --- a/n8n-code-node-max-normalize.js +++ b/n8n-code-node-max-normalize.js @@ -36,6 +36,8 @@ function isReactionOnly(originalText) { } // ----------------- Результат ----------------- +const SCHEMA_PREFIX = 'clpr_'; + const result = { max_id: null, max_chat_id: null, @@ -43,6 +45,7 @@ const result = { answer_type: null, channel: 'max', raw_update: raw, + prefix: SCHEMA_PREFIX, reply_to_message_id: null, reply_to_from_id: null, reply_to_from_username: null,