Don't have to memoize unfurl
It already has caching
This commit is contained in:
parent
32bf258bbf
commit
df9eeeb0b3
|
@ -2129,7 +2129,7 @@ function nicePostURL(url) {
|
|||
);
|
||||
}
|
||||
|
||||
const unfurlMastodonLink = throttle(pmem(_unfurlMastodonLink));
|
||||
const unfurlMastodonLink = throttle(_unfurlMastodonLink);
|
||||
|
||||
function FilteredStatus({ status, filterInfo, instance, containerProps = {} }) {
|
||||
const {
|
||||
|
|
Loading…
Reference in a new issue