this repo has no description
0
fork

Configure Feed

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

Unfurl wafrn links

+1
+1
src/utils/isMastodonLinkMaybe.js
··· 14 14 (/(fed|bsky)\.brid\.gy/i.test(hostname) && 15 15 pathname.startsWith('/r/http')) || // Bridgy Fed 16 16 /^\/[^\/]+\/p\/\d+\.\d+$/i.test(pathname) || // snac2 17 + /^\/fediverse\/post\/[a-z0-9\-]+$/i.test(pathname) || // Wafrn 17 18 /#\/[^\/]+\.[^\/]+\/s\/.+/i.test(hash) // Phanpy 🫣 18 19 ); 19 20 } catch (e) {