dahlia / fedify

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

Internalize multibase #127

Open dahlia opened 2 months ago

dahlia commented 2 months ago

Fedify currently depends on the multibase package, which is obsolete. Although it is succeeded by multiformats, it does not expose the API Fedify needs. Therefore, we need to internalize the multibase code so that Fedify no longer depends on a deprecated library.

nahowo commented 3 days ago

여기 기여해 보고 싶습니다!