LNURL of user metadata not updating correctly? #234
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
not sure if it's an issue, but it doesn't seem like the tip button is picking up the new LN address from the admin npub (it's still using the old address i think, which is degmods@lifpay.me , instead of the new one that I updated in my nostr metadata which is degmods@coinos.io)
i think this is a general issue on the site, where it's not updating lnurl of users as fast as it needs to (caching / not updating? if so, this needs to always be checked)
Yep, same issue, we are still waiting for fix at https://github.com/nostr-dev-kit/ndk/pull/304.
The
created_at
is overwritten when saving profile event (breaks comparison for which profile update event is "newer") and it never gets updated with the new values. Prepared the PR which skips the cache for now, once that 304 is closed or cache fixed on their end we can make another change and start using cache again.