Forget room when leaving

Also, don't flicker "join" view when knock is accepted. Issues #651 and #653
This commit is contained in:
N-Pex 2025-06-23 16:52:34 +02:00
parent 8ff0d6e6cb
commit d9da540e40
2 changed files with 32 additions and 12 deletions

View file

@ -1,6 +1,7 @@
<template>
<v-dialog
v-model="showDialog"
v-bind="{ ...$attrs }"
class="ma-0 pa-0"
:width="$vuetify.display.smAndUp ? '688px' : '95%'"
scroll-strategy="none"
@ -36,7 +37,6 @@
<p class="font-weight-light">{{ sharedRooms.slice(0, 3).join(", ") }}</p>
</template>
</div>
{{ message }}
<DeviceList :member="activeMember" />
<div class="py-3" v-if="activeMember.userId != $matrix.currentUserId">
<div v-if="activeMember.membership == 'knock'">