fiatjaf / njump

mirror of https://git.njump.me/njump
MIT License
108 stars 24 forks source link

Feature Request: Add Nostr users 'name' or 'display_name' to feed data #33

Open PalmTreeVI opened 10 months ago

PalmTreeVI commented 10 months ago

Add Nostr users 'name' to the rss feed (or 'display_name' if provided) such as adding an author tag.


<entry>
    <id></id>
    <title></title>
    <link  />
    <content type="html">  </content>
   <author>Nostr Name or Display_Name (if provided)</author>
    <updated></updated>
  </entry>