diff --git a/src/app/pages/chat/messages/messages.page.html b/src/app/pages/chat/messages/messages.page.html index bdf2213ba..e7eda9961 100644 --- a/src/app/pages/chat/messages/messages.page.html +++ b/src/app/pages/chat/messages/messages.page.html @@ -11,7 +11,7 @@
{{ChatSystemService.getDmRoom(roomId).name}} - +
diff --git a/src/app/services/notifications.service.ts b/src/app/services/notifications.service.ts index 04a3bb73b..5b29ca958 100644 --- a/src/app/services/notifications.service.ts +++ b/src/app/services/notifications.service.ts @@ -185,10 +185,7 @@ export class NotificationsService { storenotification(notification) { - this.NotificationHolderService.addNotification(notification) - - } onReciveBackground() {