diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html index 6202db01f..27c49e4f1 100644 --- a/src/app/pages/chat/chat.page.html +++ b/src/app/pages/chat/chat.page.html @@ -94,7 +94,7 @@ - +
@@ -150,7 +150,7 @@
- +
diff --git a/src/app/services/chat/ws-chat-methods.service.ts b/src/app/services/chat/ws-chat-methods.service.ts index 48614ec51..87976f395 100644 --- a/src/app/services/chat/ws-chat-methods.service.ts +++ b/src/app/services/chat/ws-chat-methods.service.ts @@ -215,12 +215,12 @@ export class WsChatMethodsService { await this.storage.set('Rooms', rooms); - setTimeout(()=>{ + setTimeout(() => { this.sortRoomList() }, 1000) - setTimeout(()=>{ + setTimeout(() => { this.sortRoomList() }, 10000)