mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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) {
|
||||
this._store.delete(roomId);
|
||||
this._inviteStore.delete(roomId);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user