add online offline user status on mobile

This commit is contained in:
Peter Maquiran
2023-09-26 10:41:51 +01:00
2 changed files with 1 additions and 4 deletions
@@ -11,7 +11,7 @@
<div class="middle-container" *ngIf="!showMessageOptions">
<div class="middle">
<ion-label class="title">{{ChatSystemService.getDmRoom(roomId).name}}</ion-label>
<!-- <span><ion-icon class="{{users.status}}" name="ellipse"></ion-icon></span> -->
<span><ion-icon class="{{ ChatSystemService.getDmRoom(this.roomId).online }}" name="ellipse"></ion-icon></span>
</div>
</div>
@@ -185,10 +185,7 @@ export class NotificationsService {
storenotification(notification) {
this.NotificationHolderService.addNotification(notification)
}
onReciveBackground() {