* fix(cache): call JSON.stringify when storing value in cache.tryGet
The value is returned as-is, so we may assume that it's not JSON
stringified inside `getValueFunc`. Otherwise, the caller already needs
to distinguish between values that are either JSON parsed or not.
* Revert "fix(routes/mastodon): don't refresh account ID cache (#20663)"
This reverts commit
|
||
|---|---|---|
| .. | ||
| account-id.ts | ||
| acct.ts | ||
| namespace.ts | ||
| tag.ts | ||
| timeline-local.ts | ||
| timeline-remote.ts | ||
| utils.ts | ||