We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found couple of nostr events have empty tags like
"tags": [ [ "e", "68ae015bf4833a6ff0ed86564c5afaa65c31791d35e8432755535d02eafc4375" ], [ "e", "de2d85a00a52ceb25f3cfc41e22d927f6166250f210f928e2552b97c0bd66dcf" ], [ "p", "052acd328f1c1d48e86fff3e34ada4bfc60578116f4f68f296602530529656a2", "" ]
unfortunately thats breaking cast cause its making child another list
I will send a PR to fix this, cause small inconsitency should not break this
The text was updated successfully, but these errors were encountered:
this can be also fixed by #10
Sorry, something went wrong.
merged #9
Merge pull request #12 from ethicnology/develop
792433c
fix: Inconsitency in events is breaking tags #8
No branches or pull requests
I found couple of nostr events have empty tags like
"tags": [ [ "e", "68ae015bf4833a6ff0ed86564c5afaa65c31791d35e8432755535d02eafc4375" ], [ "e", "de2d85a00a52ceb25f3cfc41e22d927f6166250f210f928e2552b97c0bd66dcf" ], [ "p", "052acd328f1c1d48e86fff3e34ada4bfc60578116f4f68f296602530529656a2", "" ]
unfortunately thats breaking cast cause its making child another list
I will send a PR to fix this, cause small inconsitency should not break this
The text was updated successfully, but these errors were encountered: