this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Quick fix for back link not working for unfurled mastodon links

This is obviously the wrong 'location'

+1
+1
src/utils/handle-content-links.js
··· 45 45 } else if (states.unfurledLinks[target.href]?.url) { 46 46 e.preventDefault(); 47 47 e.stopPropagation(); 48 + states.prevLocation = location; 48 49 location.hash = `#${states.unfurledLinks[target.href].url}`; 49 50 } 50 51 };