Improve tinymce autosave and notification web click solved

This commit is contained in:
Eudes Inácio
2023-08-08 15:40:10 +01:00
parent 5cf48c1b2f
commit bf89e46841
10 changed files with 109 additions and 63 deletions
+3 -3
View File
@@ -102,7 +102,7 @@ export class RoomService {
private ViewedMessageService: ViewedMessageService,
private notificationService: NotificationsService
) {
this.NativeNotificationService.askForPermission()
/* this.NativeNotificationService.askForPermission() */
this.RochetChatConnectorService.getUserStatus((d) => {
@@ -337,10 +337,10 @@ export class RoomService {
}
if(this.isSenderIsNotMe(ChatMessage)) {
this.NativeNotificationService.sendNotificationChat({
/* this.NativeNotificationService.sendNotificationChat({
message: message.msg,
title: this.name
});
}); */
}
if(this.hasLoadHistory == true) {