fix(10-07): remove text update race condition

- Remove parallel Send Text Update Started connection
- Text updates now only send result via sub-workflow
- Fixes duplicate message issue (Updating... + already up to date)
This commit is contained in:
Lucas Berger
2026-02-04 15:58:47 -05:00
parent 5a6b6e3e85
commit 9d38bf9f51
-5
View File
@@ -6616,11 +6616,6 @@
"Prepare Text Update Input": { "Prepare Text Update Input": {
"main": [ "main": [
[ [
{
"node": "Send Text Update Started",
"type": "main",
"index": 0
},
{ {
"node": "Execute Text Update", "node": "Execute Text Update",
"type": "main", "type": "main",