This commit is contained in:
Peter Maquiran
2022-03-29 17:14:25 +01:00
parent 9a3a901fd5
commit c630e32ae3
2 changed files with 29 additions and 9 deletions
@@ -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
}