Add BDI to Retoots

This commit is contained in:
L. E. Segovia 2018-12-11 23:55:43 +00:00
parent 5f65e83850
commit f8ef652db0
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@
<div class="detail">
<div class="toot-header">
<div class="user">
<span class="display-name" v-html="username(message.status.account)"></span>
<span class="display-name">
<bdi v-html="username(message.status.account)"></bdi>
</span>
</div>
<div class="timestamp">
{{ parseDatetime(message.status.created_at) }}