mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add online offline user status on mobile
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<div class="middle-container" *ngIf="!showMessageOptions">
|
<div class="middle-container" *ngIf="!showMessageOptions">
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<ion-label class="title">{{ChatSystemService.getDmRoom(roomId).name}}</ion-label>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -185,10 +185,7 @@ export class NotificationsService {
|
|||||||
|
|
||||||
storenotification(notification) {
|
storenotification(notification) {
|
||||||
|
|
||||||
|
|
||||||
this.NotificationHolderService.addNotification(notification)
|
this.NotificationHolderService.addNotification(notification)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onReciveBackground() {
|
onReciveBackground() {
|
||||||
|
|||||||
Reference in New Issue
Block a user