This commit is contained in:
Peter Maquiran
2023-08-09 10:00:39 +01:00
12 changed files with 112 additions and 67 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) {