podchat-browser 12.9.1 → 12.9.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podchat-browser",
3
- "version": "12.9.1",
3
+ "version": "12.9.2",
4
4
  "description": "Javascript SDK to use POD's Chat Service - Browser Only",
5
5
  "main": "./dist/node/chat.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "publish:snapshot": "npm run version:snapshot && npm run build && npm run commitVersionChanges && npm publish --tag snapshot",
9
9
  "version:snapshot": "npm version prerelease --preid snapshot",
10
10
  "publish:release": "npm run version:release && npm run build && npm run commitVersionChanges && npm publish",
11
- "version:release": "npm version 12.9.1",
11
+ "version:release": "npm version 12.9.2",
12
12
  "build:browser": "browserify -t [ babelify ] src/chat.js > dist/podchat-browser-bundle.js",
13
13
  "build:npm": "babel src -d dist/node --copy-files",
14
14
  "commitVersionChanges": "git add . && git commit -m \"Version\" && npm run wait",
@@ -1 +1 @@
1
- {"version":"12.9.1","date":"۱۴۰۲/۳/۲۷","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
1
+ {"version":"12.9.2","date":"۱۴۰۲/۳/۲۸","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
package/src/chat.js CHANGED
@@ -3054,6 +3054,7 @@ function Chat(params) {
3054
3054
  chatMessaging.messagesCallbacks[uniqueId](Utility.createReturnData(false, '', 0, messageContent));
3055
3055
  }
3056
3056
 
3057
+ messageContent.threadId = threadId;
3057
3058
  chatEvents.fireEvent('threadEvents', {
3058
3059
  type: 'DELETE_THREAD',
3059
3060
  result: messageContent