fix: search box

This commit is contained in:
2025-01-20 14:25:55 +00:00
parent 723abea3d9
commit 68790a4fbb
5 changed files with 17 additions and 23 deletions

View File

@ -7,8 +7,8 @@ export class UserProfileCache extends FeedCache<CachedMetadata> {
constructor(table?: DexieTableLike<CachedMetadata>) {
super("UserCache", table);
this.#processZapperQueue();
this.#processNip5Queue();
//this.#processZapperQueue();
//this.#processNip5Queue();
}
key(of: CachedMetadata): string {