feat: cache in settings

This commit is contained in:
2023-10-19 19:25:33 +01:00
parent c96ea94bb3
commit 824b6fdce4
8 changed files with 129 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export class UserProfileCache extends FeedCache<MetadataCache> {
}
takeSnapshot(): MetadataCache[] {
return [];
return [...this.cache.values()];
}
async #processZapperQueue() {