mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
notification and chat slow
This commit is contained in:
@@ -300,7 +300,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
||||
return 'allViewed'
|
||||
} else if(this.allReceived(message)) {
|
||||
return 'allReceived'
|
||||
} else if (message.messageStatus == 'send') {
|
||||
} else if (message.messageHasId) {
|
||||
return 'enviado'
|
||||
} else {
|
||||
return 'enviar'
|
||||
|
||||
Reference in New Issue
Block a user