Fix tag marker preservation in list creation #620

Open
opened 2024-01-17 07:31:30 +13:00 by mikedilger · 0 comments
mikedilger commented 2024-01-17 07:31:30 +13:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/gossip#620
No description provided.