mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add chat offline
This commit is contained in:
@@ -17,9 +17,10 @@ export class MessageService {
|
||||
u = {}
|
||||
t = ''
|
||||
_id =''
|
||||
_updatedAt = {}
|
||||
_updatedAt = ''
|
||||
file
|
||||
attachments
|
||||
offline = false
|
||||
|
||||
constructor(private storage: Storage) {
|
||||
}
|
||||
@@ -47,10 +48,23 @@ export class MessageService {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(this.rid == 'offline') {
|
||||
this.offline = true
|
||||
} else {
|
||||
this.offline = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
delete() {}
|
||||
|
||||
showDateDuration() {}
|
||||
|
||||
|
||||
resend() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user