@tiledesk/tiledesk-tybot-connector 0.2.137-rc1 → 0.2.137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -17,8 +17,9 @@ available on:
17
17
  - Added flowError on JSONCondition when result = null
18
18
  - Added fix on Filler -->
19
19
 
20
- # v0.2.137-rc1
20
+ # v0.2.137
21
21
  - Updated: hidden message is enabled only in dev mode for dratf requests
22
+ - Bug-fixed: flows variables is not updated with attributes.payload
22
23
 
23
24
  # v0.2.136
24
25
  - TdCache rollback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.137-rc1",
3
+ "version": "0.2.137",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -95,11 +95,9 @@ class DirMessage {
95
95
  const message = action;
96
96
  if (this.log) {console.log("Message to extEndpoint:", JSON.stringify(message))};
97
97
 
98
- if(this.supportRequest && this.supportRequest.draft){
99
- if (!message.text.startsWith('/')) {
100
- callback();
101
- return;
102
- }
98
+ if(this.supportRequest && !this.supportRequest.draft){
99
+ callback();
100
+ return;
103
101
  }
104
102
  // if (this.projectId === "656054000410fa00132e5dcc") {
105
103
  // if (!message.text.startsWith('/')) {