Skip to content

Commit 7d4b57c

Browse files
committed
fix(n8n): messages with URL addresses are recognized as commands
1 parent 44af522 commit 7d4b57c

File tree

1 file changed

+13
-58
lines changed

1 file changed

+13
-58
lines changed

n8n/workflows.json

Lines changed: 13 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,13 @@
12981298
"node": "Telegram24",
12991299
"type": "main"
13001300
}
1301+
],
1302+
[
1303+
{
1304+
"index": 0,
1305+
"node": "text",
1306+
"type": "main"
1307+
}
13011308
]
13021309
]
13031310
},
@@ -1521,24 +1528,6 @@
15211528
]
15221529
]
15231530
},
1524-
"If1": {
1525-
"main": [
1526-
[
1527-
{
1528-
"index": 0,
1529-
"node": "Commands",
1530-
"type": "main"
1531-
}
1532-
],
1533-
[
1534-
{
1535-
"index": 0,
1536-
"node": "text",
1537-
"type": "main"
1538-
}
1539-
]
1540-
]
1541-
},
15421531
"If2": {
15431532
"main": [
15441533
[
@@ -2182,7 +2171,7 @@
21822171
[
21832172
{
21842173
"index": 0,
2185-
"node": "If1",
2174+
"node": "Commands",
21862175
"type": "main"
21872176
}
21882177
]
@@ -3194,41 +3183,6 @@
31943183
"typeVersion": 1.1,
31953184
"webhookId": "3db2293e-d6d8-44f1-921f-31f4d08ba617"
31963185
},
3197-
{
3198-
"id": "d0043053-3ae5-4abd-adb8-75cb4e753036",
3199-
"name": "If1",
3200-
"parameters": {
3201-
"conditions": {
3202-
"combinator": "and",
3203-
"conditions": [
3204-
{
3205-
"id": "2132e55d-7e42-4127-8f4e-e4f002c1ae11",
3206-
"leftValue": "={{ $json.message.entities[0].type }}",
3207-
"operator": {
3208-
"operation": "exists",
3209-
"singleValue": true,
3210-
"type": "string"
3211-
},
3212-
"rightValue": ""
3213-
}
3214-
],
3215-
"options": {
3216-
"caseSensitive": true,
3217-
"leftValue": "",
3218-
"typeValidation": "strict",
3219-
"version": 2
3220-
}
3221-
},
3222-
"options": {
3223-
}
3224-
},
3225-
"position": [
3226-
100,
3227-
520
3228-
],
3229-
"type": "n8n-nodes-base.if",
3230-
"typeVersion": 2.2
3231-
},
32323186
{
32333187
"credentials": {
32343188
"postgres": {
@@ -3602,6 +3556,7 @@
36023556
"name": "Commands",
36033557
"parameters": {
36043558
"options": {
3559+
"fallbackOutput": "extra"
36053560
},
36063561
"rules": {
36073562
"values": [
@@ -6927,8 +6882,8 @@
69276882
"tags": [
69286883
],
69296884
"triggerCount": 1,
6930-
"updatedAt": "2025-05-14T13:14:14.000Z",
6931-
"versionId": "4bada0a4-de25-4667-86b4-9deb05c571e3"
6885+
"updatedAt": "2025-05-16T14:19:36.000Z",
6886+
"versionId": "b7583b16-1daf-401e-bc2e-e2820c634a40"
69326887
},
69336888
{
69346889
"active": false,
@@ -23435,7 +23390,7 @@
2343523390
"tags": [
2343623391
],
2343723392
"triggerCount": 1,
23438-
"updatedAt": "2025-05-15T16:23:59.000Z",
23439-
"versionId": "b644c5bd-c36b-4190-b41b-7cc3b752a460"
23393+
"updatedAt": "2025-05-16T14:14:28.000Z",
23394+
"versionId": "4996473b-b7be-4e1e-adbe-c9914448b986"
2344023395
}
2344123396
]

0 commit comments

Comments
 (0)