diff --git a/src/services/matrix.service.js b/src/services/matrix.service.js index ca209dd..8418a94 100644 --- a/src/services/matrix.service.js +++ b/src/services/matrix.service.js @@ -159,6 +159,11 @@ export default { localStorage.removeItem('user'); this.$store.commit("setCurrentRoomId", null); + this.rooms = []; + this.userDisplayName = null; + this.userAvatar = null; + this.currentRoom = null; + this.notificationCount = 0; }, initClient() {