dont show skeleton when there is chat

This commit is contained in:
Peter Maquiran
2022-07-13 16:44:23 +01:00
parent 893d01c1da
commit 2705150d65
2 changed files with 4 additions and 4 deletions
@@ -215,12 +215,12 @@ export class WsChatMethodsService {
await this.storage.set('Rooms', rooms);
setTimeout(()=>{
setTimeout(() => {
this.sortRoomList()
}, 1000)
setTimeout(()=>{
setTimeout(() => {
this.sortRoomList()
}, 10000)