Do the same for the typing list

This commit is contained in:
TalonTheDragon 2023-05-26 23:38:38 +02:00
parent 36fbd0e419
commit 371794fb34
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#default="{ items: messages, fetching: pFetching }" #default="{ items: messages, fetching: pFetching }"
> >
<XList <XList
aria-live="polite" aria-live="polite"
v-if="messages.length > 0" v-if="messages.length > 0"
v-slot="{ item: message }" v-slot="{ item: message }"
:class="{ :class="{
@ -49,7 +49,7 @@
</MkPagination> </MkPagination>
</div> </div>
<footer> <footer>
<div v-if="typers.length > 0" class="typers"> <div v-if="typers.length > 0" class="typers" aria-live="polite">
<I18n <I18n
:src="i18n.ts.typingUsers" :src="i18n.ts.typingUsers"
text-tag="span" text-tag="span"