Expose room id in navigation

So rooms can be bookmarked, issue #26.
This commit is contained in:
N-Pex 2021-01-12 11:26:01 +01:00
parent 50ae081ea8
commit 6608f0c8ce
7 changed files with 24 additions and 12 deletions

View file

@ -337,7 +337,10 @@ export default {
watch: {
room: {
immediate: true,
handler(room, ignoredOldVal) {
handler(room, oldRoom) {
if (room == oldRoom) {
return; // No change.
}
console.log("Chat: Current room changed");
// Clear old events