Don't user "forget", seems to affect rejoins.
This commit is contained in:
parent
06dcf861b8
commit
42da414d46
1 changed files with 2 additions and 1 deletions
|
|
@ -348,7 +348,8 @@ export default {
|
||||||
this.rooms = this.rooms.filter(room => {
|
this.rooms = this.rooms.filter(room => {
|
||||||
room.roomId != roomId;
|
room.roomId != roomId;
|
||||||
});
|
});
|
||||||
this.matrixClient.forget(roomId, true, undefined);
|
this.matrixClient.store.removeRoom(roomId);
|
||||||
|
//this.matrixClient.forget(roomId, true, undefined);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue