Skip to content

Commit

Permalink
### 5.0.70 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jul 6, 2023
1 parent ae0642b commit 0bcd62c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# chat21-web-widget ver 5.0

### 5.0.70 in PROD

### 5.0.70-rc.1
- changed: chat21client.js version to v0.1.12.5
- changed: set callback function on chat21client.connect without wait the subscription get back

### 5.0.69 in PROD

### 5.0.69-rc.2
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.69",
"version": "5.0.70",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/app/component/last-message/last-message.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class LastMessageComponent implements OnInit, AfterViewInit, OnDestroy {
this.messages.push(conversationToMessage(this.conversation, this.g.senderId))
this.manageIframeHeight();
}
console.log('messsageeeeeeeee', this.messages)
// if(isImage(this.conversation)){
// this.fileSelected = Object.assign({}, this.conversation.metadata)
// this.fileSelected = Object.assign(this.fileSelected, this.getMetadataSize(this.fileSelected))
Expand Down

0 comments on commit 0bcd62c

Please sign in to comment.