Merge branch 'notification-rtl' into 'develop'

Fix user names with the RTL char in notifications

See merge request pleroma/pleroma-fe!1090
rc/2.0.5
HJ 4 years ago
commit 023dec1953

@ -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"

Loading…
Cancel
Save