From 25e13144a36f4d8fa76384ff017f706d4b0739bd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 25 Nov 2023 21:22:51 +0800 Subject: [PATCH] s/Calckey/Firefish --- src/utils/isMastodonLinkMaybe.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/isMastodonLinkMaybe.jsx b/src/utils/isMastodonLinkMaybe.jsx index 8fcfb306..c093ec7d 100644 --- a/src/utils/isMastodonLinkMaybe.jsx +++ b/src/utils/isMastodonLinkMaybe.jsx @@ -3,7 +3,7 @@ export default function isMastodonLinkMaybe(url) { return ( /^\/.*\/\d+$/i.test(pathname) || /^\/@[^/]+\/(statuses|posts)\/\w+\/?$/i.test(pathname) || // GoToSocial, Takahe - /^\/notes\/[a-z0-9]+$/i.test(pathname) || // Misskey, Calckey + /^\/notes\/[a-z0-9]+$/i.test(pathname) || // Misskey, Firefish /^\/notes\/[a-z0-9]+$/i.test(pathname) || // Misskey, Calckey /^\/(notice|objects)\/[a-z0-9-]+$/i.test(pathname) || // Pleroma /#\/[^\/]+\.[^\/]+\/s\/.+/i.test(hash) // Phanpy 🫣