From df9eeeb0b35b7a2fa506c2ac47cfacb21593e7ec Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 15 Oct 2023 01:42:24 +0800 Subject: [PATCH] Don't have to memoize unfurl It already has caching --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 45fa827e..14f76401 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -2129,7 +2129,7 @@ function nicePostURL(url) { ); } -const unfurlMastodonLink = throttle(pmem(_unfurlMastodonLink)); +const unfurlMastodonLink = throttle(_unfurlMastodonLink); function FilteredStatus({ status, filterInfo, instance, containerProps = {} }) { const {