syusui-s / rabbit

🐰 A nostr client like TweetDeck
https://rabbit.syusui.net
GNU Affero General Public License v3.0
66 stars 13 forks source link

fix: preserve non-p-tags when updating contact list #56

Closed jiftechnify closed 10 months ago

jiftechnify commented 10 months ago

Amethyst uses e-tags in a contact list(kind:3) to "follow" public chat rooms(NIP-28). However, under Rabbit's current implementation, all non-p-tags are removed when updating a contact list. As a result, Amethyst's follow list of chat rooms will be destroyed.

This PR should fix it.

syusui-s commented 10 months ago

LGTM. Thank you.