dahlia / fedify

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

Add missing activity types #65

Closed dahlia closed 2 days ago

dahlia commented 3 weeks ago

For now, Fedify is missing some minor activity types.

In order to add a new activity type, add a YAML file in the vocab/ directory. If the name of an activity type is FooBar it would be vocab/foobar.yaml.

randy5235 commented 3 weeks ago

@dahlia Here is a single missing activity for Arrive. https://github.com/dahlia/fedify/pull/68

Assuming this looks correct and I haven't missed anything. I can submit more of these missing activities. Didn't want to give you a giant PR to look through for my first contribution.