Fix user names with the RTL char in notifications

This commit is contained in:
Karol Kosek 2020-04-18 18:48:45 +02:00
parent ac9985aedb
commit 2fbb94fe5c
No known key found for this signature in database
GPG key ID: 7D7005A5732D1234

View file

@ -47,7 +47,7 @@
<span class="notification-details">
<div class="name-and-action">
<!-- eslint-disable vue/no-v-html -->
<span
<bdi
v-if="!!notification.from_profile.name_html"
class="username"
:title="'@'+notification.from_profile.screen_name"