this repo has no description
0
fork

Configure Feed

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

s/Calckey/Firefish

+1 -1
+1 -1
src/utils/isMastodonLinkMaybe.jsx
··· 3 3 return ( 4 4 /^\/.*\/\d+$/i.test(pathname) || 5 5 /^\/@[^/]+\/(statuses|posts)\/\w+\/?$/i.test(pathname) || // GoToSocial, Takahe 6 - /^\/notes\/[a-z0-9]+$/i.test(pathname) || // Misskey, Calckey 6 + /^\/notes\/[a-z0-9]+$/i.test(pathname) || // Misskey, Firefish 7 7 /^\/notes\/[a-z0-9]+$/i.test(pathname) || // Misskey, Calckey 8 8 /^\/(notice|objects)\/[a-z0-9-]+$/i.test(pathname) || // Pleroma 9 9 /#\/[^\/]+\.[^\/]+\/s\/.+/i.test(hash) // Phanpy 🫣