Lists, clobber-prevention #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mosaic/mosaic-spec#9
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?
Lists (such as contact lists) could use CRDTs like LWW as I suggested for nostr. However, a few thoughts come to mind:
Servers can't do the merge operation as they cannot generate records on behalf of users.
However servers could verify that the replacing event accounts for all the lines in the event being replaced, and reject the replacement if it didn't. We could add a bit to
kindto indicate alisttype of event, so servers know when to perform this update verification logic.