@chat21/chat21-ionic 3.4.27-rc25 → 3.4.27-rc26

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
@@ -8,6 +8,9 @@
8
8
  ### **Copyrigth**:
9
9
  *Tiledesk SRL*
10
10
 
11
+ # 3.4.27-rc26
12
+ - **bug-fixed**: wss push requests twice
13
+
11
14
  # 3.4.27-rc25
12
15
  - **bug-fixed**: projectUserService is not initialized
13
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.4.27-rc25",
4
+ "version": "3.4.27-rc26",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {
@@ -167,12 +167,6 @@ function handleMessage(msg: WSMessage) {
167
167
  }
168
168
  });
169
169
 
170
-
171
- subscriptions.forEach(sub => {
172
- if (sub.topic === topic) {
173
- postMessage({ topic, method, payload, msg }, undefined);
174
- }
175
- });
176
170
  }
177
171
 
178
172
  function sendMessage(message: any) {