1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

pressing J when in a live session now leaves the session (closes )

This commit is contained in:
Steffen 2020-12-27 20:13:44 +01:00
parent 2741950837
commit cd6cf1ed4a

View file

@ -255,7 +255,7 @@ export default {
}
},
joinSession() {
if (this.session.sessionId) return;
if (this.session.sessionId) return this.leaveSession();
const sessionId = prompt(
"Enter the channel number / name of the session you want to join"
);