feat: cache in settings
This commit is contained in:
2
packages/system/src/cache/user-metadata.ts
vendored
2
packages/system/src/cache/user-metadata.ts
vendored
@ -79,7 +79,7 @@ export class UserProfileCache extends FeedCache<MetadataCache> {
|
||||
}
|
||||
|
||||
takeSnapshot(): MetadataCache[] {
|
||||
return [];
|
||||
return [...this.cache.values()];
|
||||
}
|
||||
|
||||
async #processZapperQueue() {
|
||||
|
Reference in New Issue
Block a user