dahlia / fedify

ActivityPub server framework in TypeScript
https://fedify.dev/
MIT License
327 stars 13 forks source link

Inbox dispatcher #71

Closed dahlia closed 2 weeks ago

dahlia commented 2 weeks ago

For the client to server interactions, like Federation.setOutboxDispatcher(), it would be great if we have Federation.setInboxDispatcher().

dahlia commented 2 weeks ago

I've uploaded a preview version with the Federation.setInboxDispatcher() method to npm and JSR.