Podcastindex-org/web-ui

Add support for comments

Closed this issue · 3 comments

Dependencies

Remarks

  • Might be better if we implement a view for individual episodes

References

As far as I can tell the API is not returning the content socialInteract tag:
image

This probably needs to be an issue on the api repo. I’ll add.

One of the challenges here will be CORS (as always), we will need to proxy the requests to fetch the comments on the server side.

See mastodon/mastodon#10400