mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -162,9 +162,9 @@ export class WsChatMethodsService {
|
||||
|
||||
} catch(e){}
|
||||
|
||||
setTimeout(()=>{
|
||||
setTimeout(() => {
|
||||
this.sortRoomList()
|
||||
}, 1000)
|
||||
}, 10000)
|
||||
|
||||
}
|
||||
|
||||
@@ -213,6 +213,11 @@ export class WsChatMethodsService {
|
||||
setTimeout(()=>{
|
||||
this.sortRoomList()
|
||||
}, 1000)
|
||||
|
||||
|
||||
setTimeout(()=>{
|
||||
this.sortRoomList()
|
||||
}, 10000)
|
||||
|
||||
this.loadingWholeList = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user