Jennifer Moore
Jennifer Moore
This is for the initial implementation of the mastodon Api. Cover whatever endpoints are manageable bad on the core services we have. The mastodon API mixes up what we think...
One of the goals for the project is to support existing Mastodon clients, which means we need to send them data in a format they'll recognize. And handle data they...
Tracking features that are mainly of interest to instance admins and ops teams - [ ] Getting started guide - [ ] Troubleshooting guide - [ ] Scaling guide -...
Add core services to handle files and media. It might be a good idea to start with some domain modeling, because I'm honestly not sure how I would approach this....
Tracking features for everything that goes beyond simply posting - [ ] Quote replies - [ ] Collapse notifications - [ ] Block, limit, and remove replies to your posts...
Tracking features that are mainly of interest to instance moderators or anyone else involved in trust and safety. - [ ] Local-only posts - [ ] Moderation notes - [...
We can serialize and deserialize bare ActivityPub messages. However, there are a number of common extensions to the spec that we need to support. And it would be best to...
We're going to need a CLI sooner or later, and I think it can be helpful for development, so I'm happy to have it sooner. Of course, that raises questions...