splitbrain / mastodon-widget

Mastodon Web Components
https://splitbrain.github.io/mastodon-widget/
MIT License
7 stars 0 forks source link

Use proper webfinger protocol #2

Open splitbrain opened 10 months ago

splitbrain commented 10 months ago

Currently we make assumptions on the construction of URLs. This is probably not valid for all Fediverse servers. Instead webfinger needs to be used to fetch the correct URL.

https://github.com/splitbrain/mastodon-widget/blob/eaf1a092c969490516ab7c185f2e1a117ab65f10/src/components/mastodon-widget/mastodon-widget.tsx#L87-L88