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