bug: zapper pubkey not loading
This commit is contained in:
parent
5d23419220
commit
2528232f5e
@ -64,7 +64,7 @@ class UserProfileCache extends FeedCache<MetadataCache> {
|
||||
})();
|
||||
console.debug(`Updating ${m.pubkey} ${updateType}`, m);
|
||||
if (!existing || existing.created < m.created || refresh) {
|
||||
if (!refresh) {
|
||||
if (updateType !== "refresh_profile") {
|
||||
// fetch zapper key
|
||||
const lnurl = m.lud16 || m.lud06;
|
||||
if (lnurl) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user