Skip to content
New issue

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

Added NIP10 Tree Structure for Comments #132

Merged
merged 7 commits into from
Jun 15, 2024

Conversation

aaaa760
Copy link
Collaborator

@aaaa760 aaaa760 commented May 20, 2024

No description provided.

@@ -188,7 +225,7 @@ function Post() {
pubkey: uesrPublicKey,
created_at: Math.floor(Date.now() / 1000),
tags: [
['e', postId],
['e', postId, ' ', 'root'],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if the comment is a reply to a comment?

@AaruBama
Copy link
Owner

Every reply to a reply requires clicking on "view relplies". On click should be enough to open the entire heirarchy.

@AaruBama AaruBama merged commit dd01724 into AaruBama:master Jun 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants