dahlia / fedify

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

Turn the `Federation` class into an interface #69

Open dahlia opened 3 weeks ago

dahlia commented 3 weeks ago

For now, it is difficult to hide the details of its implementation, as the Federation is a class. Like the relationship between the Context interface and the ContextImpl class, we should extract out the FederationImpl class from the Federation interface (which is currently a class).