Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
GNU Affero General Public License v3.0
441
stars
33
forks
source link
[BUG] Mulitple invoices in a single note/post show up with one QR code #58
If multiple invoices are added in a post/note/reply they show up with only a single QR code when using the -l or --lnqr parameter to view QR codes for LN invoices.
Steps to Reproduce
Run Nostr_Console with -l or --lnqr parameter
Create a new Post with multiple LN Invoices (In my case three LN Invoices) separated by a single space
View your posts / replies in which the multiple LN Invoices exist.
Only one LNQR is displayed instead of three.
View the same on Damus iOS client and it shows up as three LN invoices to pay.
Screenshots from Nostr_Console:
Screenshots from Damus iOS for comparison of expected output:
Example reproduction details
Event ID: d13f320ee9f9f7a1bcb5030d1edded59421445266cab2cb76ebbad2c238c02dc
Note ID: note16ylnyrhfl8m6r094qvx3ah0dt9ppg3fxdj4jedmwhwkjcguvqtwqyc5d2r
Expected result
Display multiple QR codes depending on the number of LN invoices pasted in a note/post/reply.
Test Environment Details
OS: Arch Linux
Nostr_Console version: Main Branch latest Git commit (v0.3.4-beta)
Issue Description
If multiple invoices are added in a post/note/reply they show up with only a single QR code when using the -l or --lnqr parameter to view QR codes for LN invoices.
Steps to Reproduce
Screenshots from Nostr_Console:
Screenshots from Damus iOS for comparison of expected output:
Example reproduction details Event ID: d13f320ee9f9f7a1bcb5030d1edded59421445266cab2cb76ebbad2c238c02dc Note ID: note16ylnyrhfl8m6r094qvx3ah0dt9ppg3fxdj4jedmwhwkjcguvqtwqyc5d2r
Expected result
Display multiple QR codes depending on the number of LN invoices pasted in a note/post/reply.
Test Environment Details