erskingardner / listr

Listr is the best way to create, manage, and browse Nostr lists.
https://listr.lol
41 stars 5 forks source link

Wrong list item types #71

Closed badonyx closed 1 year ago

badonyx commented 1 year ago

I tried to add a note... to a list and it added it with a "p" tag which is recognized as a person/profile. Think the "p" and "e" are reversed here?

https://github.com/erskingardner/listr/blob/4f52972aaa35811624430320e7dd287cabee92e0/apps/listr/src/lib/utils/nostr.ts#L13-L16

erskingardner commented 1 year ago

@badonyx This is now fixed. Thanks for the report!