From f065fe98b237783e8d41ca66559185da0767e05a Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 28 Jan 2022 19:02:42 +0000 Subject: [PATCH] Revert "fix hrefs" This reverts commit aecc59cdc882ae9398176fdbe8f9a59331a51392. --- src/components/rich_content/rich_content.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/rich_content/rich_content.jsx b/src/components/rich_content/rich_content.jsx index 6a236093..c0d20c5e 100644 --- a/src/components/rich_content/rich_content.jsx +++ b/src/components/rich_content/rich_content.jsx @@ -171,12 +171,6 @@ export default Vue.component('RichContent', { return renderMention(attrs, children) } else { currentMentions = null - if (attrs['href']) { - attrs['href'] = attrs['href'].replace(/&/g, '&') - return - { children } - - } break } case 'span':