mirror of https://github.com/bra1n/townsquare.git
close session when missing custom roles
This commit is contained in:
parent
e2d7fa64f2
commit
984c02980c
|
@ -1,7 +1,7 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## Version 2.0.3
|
## Version 2.0.3
|
||||||
|
- close session when missing custom roles and open edition modal
|
||||||
- added a few more metrics
|
- added a few more metrics
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -360,6 +360,8 @@ class LiveSession {
|
||||||
`Please load them before joining! ` +
|
`Please load them before joining! ` +
|
||||||
`Missing roles: ${missing.join(", ")}`
|
`Missing roles: ${missing.join(", ")}`
|
||||||
);
|
);
|
||||||
|
this.disconnect();
|
||||||
|
this._store.commit("toggleModal", "edition");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue