diff --git a/lib/mastodon/routes/accounts.js b/lib/mastodon/routes/accounts.js index 49f90eb..07a0ddb 100644 --- a/lib/mastodon/routes/accounts.js +++ b/lib/mastodon/routes/accounts.js @@ -767,10 +767,6 @@ async function resolveActorUrl(id, collections) { } } - // Check account cache reverse lookup (populated by resolveRemoteAccount) - const cachedUrl = getActorUrlFromId(id); - if (cachedUrl) return cachedUrl; - return null; }