gossip icon indicating copy to clipboard operation
gossip copied to clipboard

Fix tag marker preservation in list creation

Open mikedilger opened this issue 1 year ago • 0 comments

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.

mikedilger avatar Jan 16 '24 18:01 mikedilger