mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
change home
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user