Skip to content

v0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@josephquigley josephquigley released this 27 Mar 04:50
· 13 commits to main since this release

Bug Fixes and Changes

  • ActivityPub actor integration now fetches the inbox from the actor profile instead of appending /inbox to the actor URI.

  • Added a queuing feature for ActivityPub interactions to limit the load on the server and prepare the way for an external worker-queue service (such as Redis, RabbitMQ, etc) if needed.

  • Added a CLI tool for creating or deleting ActivityPub posts without having to publish/unpublish the post in Ghost.

  • Correctly reporting followers count.

  • Account Deletion requests are no longer acknowledged (Mastodon spams the entire Fediverse when an account is deleted or suspended).

  • Ghost Unpublish/Delete events are now sent at ActivityPub Delete{Create} messages.