mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
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 = {} }) {
|
||||
const {
|
||||
|
|
Loading…
Reference in a new issue