diff --git a/packages/app/src/Cache/UserCache.ts b/packages/app/src/Cache/UserCache.ts index a36bd66..d7ed2bd 100644 --- a/packages/app/src/Cache/UserCache.ts +++ b/packages/app/src/Cache/UserCache.ts @@ -63,7 +63,7 @@ class UserProfileCache extends FeedCache { return "no_change"; })(); console.debug(`Updating ${m.pubkey} ${updateType}`, m); - if (!existing || existing.created < m.created || refresh) { + if (updateType !== "no_change") { if (updateType !== "refresh_profile") { // fetch zapper key const lnurl = m.lud16 || m.lud06;