update chat list

This commit is contained in:
Peter Maquiran
2022-01-28 19:01:24 +01:00
parent 151e1ea8ad
commit 2a0744e9ae
4 changed files with 81 additions and 45 deletions
+1
View File
@@ -427,6 +427,7 @@ export class RoomService {
private calDateDuration(date = null) {
this.duration = showDateDuration(date || this._updatedAt);
this._updatedAt = date || this._updatedAt
}