Fix tag marker preservation in list creation #620
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#620
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?
See https://github.com/nostr-protocol/nips/pull/987#issuecomment-1892767097
I think the best thing to do is to change tags into a
Vec<String>. Using a typed enum for Tags has bit me in the ass too many times.This is a bug in that we don't preserve unknown future data, but it doesn't affect anybody yet AFAIK.