Disable input in upgraded rooms

Also, fix some console warnings for missing emits.
This commit is contained in:
N-Pex 2025-08-04 10:02:44 +02:00
parent 615aa2b781
commit f804e0377b
4 changed files with 11 additions and 4 deletions

View file

@ -126,7 +126,7 @@
</v-btn>
<!-- Input area -->
<v-container v-if="!useVoiceMode && !useFileModeNonAdmin && room" fluid :class="['input-area-outer', replyToEvent ? 'reply-to' : '']">
<v-container v-if="!useVoiceMode && !useFileModeNonAdmin && room && room.currentState.getStateEvents('m.room.tombstone').length == 0" fluid :class="['input-area-outer', replyToEvent ? 'reply-to' : '']">
<div :class="[replyToEvent ? 'iput-area-inner-box' : '']">
<v-row class="ma-0 pa-0">
<div v-if="replyToEvent" class="row">