mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Merge branch 'actualUsername' into frameWork
This commit is contained in:
commit
834b12218e
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@
|
|||
</dd>
|
||||
</template>
|
||||
|
||||
<template v-if="message.whois.actual_username">
|
||||
<dt>Actual username:</dt>
|
||||
<dd>{{ message.whois.actual_username }}</dd>
|
||||
</template>
|
||||
|
||||
<template v-if="message.whois.real_name">
|
||||
<dt>Real name:</dt>
|
||||
<dd><ParsedMessage :network="network" :text="message.whois.real_name" /></dd>
|
||||
|
|
Loading…
Reference in a new issue