Start on chat header and room info

This commit is contained in:
N-Pex 2020-12-04 17:15:18 +01:00
parent 1f3f3ff177
commit 059c84cb24
7 changed files with 256 additions and 37 deletions

View file

@ -68,7 +68,7 @@ export default {
},
created() {
if (this.loggedIn) {
this.$router.push("/profile");
this.$router.replace({name: "Chat"});
}
},
watch: {