Skip to content

Commit

Permalink
### 5.0.72 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Mar 20, 2024
1 parent 50ba9cc commit 6c3e521
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# chat21-web-widget ver 5.0

### 5.0.72 in PROD

### 5.0.72-rc.3
- changed: API_URL template key in favour of SERVER_BASE_URL

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-web-widget",
"author": "Tiledesk SRL",
"version": "5.0.72-rc.3",
"version": "5.0.72",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/chat21client.js
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ class Chat21Client {
topic: this.presence_topic,
payload: '{"disconnected":true}',
qos: 1,
retain: true
retain: false
},
clientId: this.client_id,
username: 'JWT',
Expand Down

0 comments on commit 6c3e521

Please sign in to comment.