fix: use check_user_exists for LNbits 1.4 compatibility #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/lnbits-1.4-check-super-user"
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?
Summary
check_super_userto returnAccount(no wallets) instead ofUser(with wallets)LNbits.map.user()requires thewalletspropertycheck_user_exists+ manualsuper_usercheck, following the pattern used by LNbits core admin pagesRoot Cause
In LNbits v1.3:
In LNbits v1.4:
Test plan
Cannot read properties of undefined (reading 'map')🤖 Generated with Claude Code