Remove forget room on leave
This commit is contained in:
parent
c11328a064
commit
f77bee25ef
1 changed files with 0 additions and 3 deletions
|
@ -118,9 +118,6 @@ async function leave(roomId) {
|
|||
const isDM = initMatrix.roomList.directs.has(roomId);
|
||||
try {
|
||||
await mx.leave(roomId);
|
||||
setTimeout(() => {
|
||||
mx.forget(roomId);
|
||||
}, 5000);
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.room.LEAVE,
|
||||
roomId,
|
||||
|
|
Loading…
Reference in a new issue