logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 023dec1953d24de08eec064622277aa3d6d485c9
parent: ac9985aedbc2ed53121eec06a95013186c4eefd4
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sun, 19 Apr 2020 01:59:19 +0000

Merge branch 'notification-rtl' into 'develop'

Fix user names with the RTL char in notifications

See merge request pleroma/pleroma-fe!1090

Diffstat:

Msrc/components/notification/notification.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue @@ -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"