Today, two test instances will be created where we will be looking for bugs for some time, and then the changes will be rolled out to kbin.social and hopefully other instances as well :)
I want to accept as many pull requests as possible, currently, there are still 50 open ones. I'm also following your posts and adding new things to the to-do list.
Somewhat off topic but does kbin currently have a working API? Every instance I've attempted an API call on just errors out. Same thing when running a local test instance.
Would also likely be a good idea to distribute an OpenAPI spec so people can automatically generate API clients in the future.
Thanks for making such a great platform by the way. Genuinely impressed what a solo dev is able to build with activitypub.
It basically uses the same methods of submitting content as the website does, reading the entirety of the webpage in the process. It's much less efficient than using an API, but it's possible