logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: ab34a75bcfc8f7be0ad213dd04ae22c2cb61890e
parent: 45961331b6e2dc0eadc1268e3a113f5ef1834adb
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 23 May 2019 05:34:15 +0000

Merge branch '556' into 'develop'

Fix User links/mentions opening in new tab issue

Closes #556

See merge request pleroma/pleroma-fe!808

Diffstat:

Msrc/services/entity_normalizer/entity_normalizer.service.js3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js @@ -33,6 +33,7 @@ export const parseUser = (data) => { if (masto) { output.screen_name = data.acct + output.statusnet_profile_url = data.url // There's nothing else to get if (mastoShort) { @@ -56,8 +57,6 @@ export const parseUser = (data) => { output.bot = data.bot - output.statusnet_profile_url = data.url - if (data.pleroma) { const relationship = data.pleroma.relationship