mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
client: suppress "***" in joins/parts/etc. for screen readers
This commit is contained in:
commit
1760e8b339
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</span>
|
||||
</template>
|
||||
<template v-else-if="isAction()">
|
||||
<span class="from"><span class="only-copy">*** </span></span>
|
||||
<span class="from"><span class="only-copy" aria-hidden="true">*** </span></span>
|
||||
<component :is="messageComponent" :network="network" :message="message" />
|
||||
</template>
|
||||
<template v-else-if="message.type === 'action'">
|
||||
|
|
Loading…
Reference in a new issue