diff --git a/src/app/services/chat/ws-chat-methods.service.ts b/src/app/services/chat/ws-chat-methods.service.ts index f31adf4d3..7aef0cae3 100644 --- a/src/app/services/chat/ws-chat-methods.service.ts +++ b/src/app/services/chat/ws-chat-methods.service.ts @@ -74,6 +74,7 @@ export class WsChatMethodsService { this.changeProfileService.registerCallback(()=>{ this.clearChat() this.ReLoadChat() + this.storage.remove('Rooms'); })