go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
702 stars 111 forks source link

Implement ForgeFed vocabulary. #136

Closed BenLubar closed 4 years ago

BenLubar commented 4 years ago

Caveat: the "description" property is probably wrong; it should match the definition of the ActivityPub(!) "source" property which is currently not in go-fed.

cjslep commented 4 years ago

Do you mind adding the "source" property to the activitypub spec? I think it was an oversight on my part, and once that is reviewed, I can easily double-check the "description" property here.

If I don't hear back in a day or two, I'll make an attempt at supporting the "source" property.

cjslep commented 4 years ago

I'm going to tackle adding the source property now. Once it is in we can compare notes with the description property. I'd like to get this change in before cutting the v1.0.0 tag.

cjslep commented 4 years ago

FYI, 2d143b225a6046d0298370072962ad10d28dc74e contains the shiny new source property.