Overview
Give authors the ability to view their fediverse followers.
Background
Authors want to have insight into who's following them from the fediverse.
Goals
- Give authors basic insight and data they need
Implementation
Create a "Subscribers" page on the management side of the web app (shared with T827). Display a list of ActivityPub actors that are following that specific blog on this page.
Potentially:
- Include a total number of followers at the top of the page, especially in conjunction with T827
- Link to this page from the Fediverse Followers count on the Stats page
Requirements
We may need to fetch additional ActivityPub actor data to make this data look good. Right now, we only store their raw actor URI.
- Easy: display only the username
- Harder:
- Display their display name
- Handle updates to this data (TODO: needs a task here)