From 19194a56cc28a9c5ac9f94127716ca7a59d51b46 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 10 Feb 2022 15:01:50 +0100 Subject: [PATCH] improve --- src/app/services/chat/ws-chat-methods.service.ts | 1 + 1 file changed, 1 insertion(+) 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'); })