@chat21/chat21-ionic 3.4.21-rc4 → 3.4.21-rc5
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 +3 -0
- package/package.json +1 -1
- package/src/app/app.component.ts +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/app/app.component.ts
CHANGED
|
@@ -1345,8 +1345,8 @@ export class AppComponent implements OnInit {
|
|
|
1345
1345
|
|
|
1346
1346
|
subscribeConversationSelected= (conversation: ConversationModel) => {
|
|
1347
1347
|
if(conversation && conversation.is_new){
|
|
1348
|
-
this.audio_NewConv.pause()
|
|
1349
|
-
|
|
1348
|
+
this.audio_NewConv.pause();
|
|
1349
|
+
this.conversationsHandlerService.setConversationRead(conversation.uid)
|
|
1350
1350
|
//UPDATE NOTIFICATION FOR NEW CONVERSATION COUNT
|
|
1351
1351
|
this.setNotification();
|
|
1352
1352
|
}
|