Update dependencies and fix code for the changes.

This commit is contained in:
N-Pex 2021-09-14 11:57:49 +02:00
parent 2f2372efc2
commit dd53bf2de5
9 changed files with 3754 additions and 17827 deletions

View file

@ -24,7 +24,7 @@
indeterminate
color="primary"
></v-progress-circular>
<div>{{$t('menu.loading', {appName: appName})}}</div>
<div>{{ $t("menu.loading", { appName: appName }) }}</div>
</v-col>
</v-row>
</v-container>
@ -90,8 +90,7 @@ export default {
if (this.$matrix.currentRoom) {
title +=
" - " +
(this.$matrix.currentRoom.summary.info.title ||
this.$matrix.currentRoom.roomId);
(this.$matrix.currentRoom.name || this.$matrix.currentRoom.roomId);
} else if (this.$matrix.currentRoomId) {
title += " - " + this.$matrix.currentRoomId;
}