change actions date field

This commit is contained in:
Peter Maquiran
2023-09-22 18:12:48 +01:00
parent 6033ecdfb0
commit c0eee0e2b3
7 changed files with 73 additions and 50 deletions
@@ -526,12 +526,9 @@ export class ChatSystemService {
for ( const user in this.users) {
if(this.users[user]._id == userId) {
this.users[user].status = statusText
console.log('set status')
}
}
console.log('user status', d)
})
}
@@ -549,7 +546,6 @@ export class ChatSystemService {
return "offline"
}
else if(text == '1') {
console.log('oneline')
return "online"
}
else if(text == '2') {