diff --git a/public/assets/js/mastodon.js b/public/assets/js/mastodon.js index b01c5d1..251a116 100644 --- a/public/assets/js/mastodon.js +++ b/public/assets/js/mastodon.js @@ -46,6 +46,9 @@ async function fetchData(log, tpl) { text += elem; }); + // let regular = /(.*?)<\/a>/g; + // text = text.replace(regular, ''); + value = text; post_tpl = post_tpl.replace('{content}', `${value}`);