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)