mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
fix c/p error in invite store
This commit is contained in:
parent
76933e51aa
commit
ac312cbdc7
@ -28,6 +28,6 @@ export class InviteStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
remove(roomId) {
|
remove(roomId) {
|
||||||
this._store.delete(roomId);
|
this._inviteStore.delete(roomId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user