change home

This commit is contained in:
Peter Maquiran
2023-06-19 12:15:39 +01:00
parent 64e0760e62
commit f849610b8c
20 changed files with 145 additions and 73 deletions
+3 -1
View File
@@ -299,6 +299,7 @@ export class ChatSystemService {
this.loadingWholeList = false
await this.storage.set('Rooms', rooms);
console.log('this._group', this._group)
this.sortRoomList()
@@ -676,7 +677,8 @@ export class ChatSystemService {
return 0;
});
await this.storage.set('Users',this.users);
await this.storage.set('Users', this.users);
this.loadingUsers = false
}