Merge branch 'notification-rtl' into 'develop'

Fix user names with the RTL char in notifications

See merge request pleroma/pleroma-fe!1090
This commit is contained in:
HJ 2020-04-19 01:59:19 +00:00
commit 023dec1953

View file

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