Deletion code updates #699
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#699
Loading…
Add table
Add a link
Reference in a new issue
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?
Step 1: Add k-tag to deletion events
Step 2, after other clients do step 1: Whenever querying for events, also query to see if those events have been deleted.
Also read Vitor's changes and apply them. https://github.com/nostr-protocol/nips/pull/1141
https://github.com/nostr-protocol/nips/issues/669
Step 1 done. Added the k tag to deletion event.
In reviewing our filters, there are none to which this apply. We either pull deletions in the same filter that pulls feed-related, or we don't have an authorset by which to reasonably limit the response. We also pull augments when a note comes into view, which pulls it's deletion. Closing.