Disable input in upgraded rooms
Also, fix some console warnings for missing emits.
This commit is contained in:
parent
615aa2b781
commit
f804e0377b
4 changed files with 11 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue